amogh-jahagirdar commented on code in PR #6598:
URL: https://github.com/apache/iceberg/pull/6598#discussion_r1070722634


##########
api/src/main/java/org/apache/iceberg/view/ViewRepresentation.java:
##########
@@ -19,14 +19,21 @@
 package org.apache.iceberg.view;
 
 import java.util.Locale;
+import org.immutables.value.Value;
 
+@Value.Immutable
 public interface ViewRepresentation {
 
   enum Type {

Review Comment:
   Agreed, see the discussion here on this topic of enums in the original API 
PR https://github.com/apache/iceberg/pull/4925/files#r1015167642
   
   I think as long as we have well defined and documented type strings that 
should be good (we get well defined handling of different representation types 
and a simpler code base). I'll update to use strings and we can get feedback 
from the community



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