chulucninh09 commented on code in PR #4929:
URL: https://github.com/apache/iceberg/pull/4929#discussion_r887008616
##########
python/src/iceberg/conversions.py:
##########
@@ -53,6 +53,13 @@
from iceberg.utils.decimal import decimal_to_bytes, unscaled_to_decimal
+_bool_struct = Struct("<?")
Review Comment:
@samredai @Fokko correct me if I'm wrong. I consider this cached instance
instead of constant because most of the time const is scalar value to me. These
are class instance, kind of too complex object to consider it const by my
understanding
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]