kevinjqliu commented on issue #895:
URL: https://github.com/apache/iceberg-python/issues/895#issuecomment-2224093275

   Ah, if you pass in `True` (boolean value), this function will turn it into 
`"True"`
   
https://github.com/kevinjqliu/iceberg-python/blob/428b894aacb107547ba41433b4b6f37e1ad1914a/pyiceberg/types.py#L65-L70
   
   which is kind of a footgun
   
   ```
   >>> str(True)
   '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.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to