ConeyLiu commented on code in PR #1273:
URL: https://github.com/apache/parquet-mr/pull/1273#discussion_r1558965373
##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/rewrite/RewriteOptions.java:
##########
@@ -325,6 +346,19 @@ public Builder addInputFile(Path path) {
return this;
}
+ /** TODO fix documentation after addition of inputFilesR
+ * Add an input file to read from.
+ *
+ * @param paths input file path to read from
+ * @return self
+ */
+ public Builder addInputPathsR(List<Path> paths) {
Review Comment:
We should doc the right files' requirements.
--
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]