pitrou commented on pull request #7605:
URL: https://github.com/apache/arrow/pull/7605#issuecomment-652330730


   There's a problem where we already generate `__version__` and it ends up 
different, for example:
   ```python
   >>> import pyarrow as pa                                                     
                                                                                
            
   >>> pa.__version__                                                           
                                                                                
            
   '0.17.1.dev572+gf25a014ab.d20200701'
   >>> pa.version                                                               
                                                                                
            
   '1.0.0'
   >>> pa.version_info                                                          
                                                                                
            
   VersionInfo(major=1, minor=0, patch=0)
   >>> pa.build_info                                                            
                                                                                
            
   BuildInfo(version='1.0.0', version_info=VersionInfo(major=1, minor=0, 
patch=0), so_version='100', full_so_version='100.0.0', 
git_id='5f1800a4dfaf38754362914faf2776d6c3ec9eb9', 
git_description='apache-arrow-0.17.0-568-g5f1800a4d', package_kind='')
   ```
   
   @xhochy @kou What is your advice on this?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to