You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/06/28 01:33:26 UTC

[GitHub] [iceberg] rdblue commented on a diff in pull request #4816: remove operations from base expressions; add in expression

rdblue commented on code in PR #4816:
URL: https://github.com/apache/iceberg/pull/4816#discussion_r907938809


##########
python/src/iceberg/expressions/base.py:
##########
@@ -268,41 +223,42 @@ def __str__(self) -> str:
         return "false"
 
 
-class BoundReference:
-    """A reference bound to a field in a schema
+@dataclass

Review Comment:
   frozen?



-- 
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-unsubscribe@iceberg.apache.org

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


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