Gerrrr commented on code in PR #16713:
URL: https://github.com/apache/iceberg/pull/16713#discussion_r3438371410


##########
parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java:
##########
@@ -233,6 +234,11 @@ public WriteBuilder setAll(Map<String, String> properties) 
{
       return this;
     }
 
+    public WriteBuilder withDictionaryEncoding(String columnPath, boolean 
enabled) {

Review Comment:
   Thanks for the suggestion! I've addressed it in fa4feb1.



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

Reply via email to