ConeyLiu commented on code in PR #1335:
URL: https://github.com/apache/parquet-java/pull/1335#discussion_r1704843654
##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/rewrite/RewriteOptions.java:
##########
@@ -350,6 +436,28 @@ public Builder indexCacheStrategy(IndexCache.CacheStrategy
cacheStrategy) {
return this;
}
+ /**
+ * Set a flag weather columns from join files need to overwrite columns
from input files.
Review Comment:
Maybe we should doc it here.
--
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]