pvary commented on code in PR #12424:
URL: https://github.com/apache/iceberg/pull/12424#discussion_r2126255903
##########
api/src/main/java/org/apache/iceberg/expressions/NamedReference.java:
##########
@@ -26,7 +26,7 @@
public class NamedReference<T> implements UnboundTerm<T>, Reference<T> {
private final String name;
- NamedReference(String name) {
+ public NamedReference(String name) {
Review Comment:
We don't need this. Use `Expressions.ref`
--
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]