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


   The problem is that it breaks Python semantics in potentially annoying 
places:
   ```python
   >>> import pyarrow as pa                                                     
                                                                                
            
   >>> na = pa.scalar(None)                                                     
                                                                                
            
   >>> na in [5]                                                                
                                                                                
            
   True
   ```
   


----------------------------------------------------------------
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