MaxNevermind commented on code in PR #1273:
URL: https://github.com/apache/parquet-mr/pull/1273#discussion_r1560379058
##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/rewrite/RewriteOptions.java:
##########
@@ -119,6 +130,15 @@ public List<InputFile> getParquetInputFiles() {
return inputFiles;
}
+ /** TODO fix documentation after addition of inputFilesR
+ * Gets the right {@link InputFile}s for the rewrite.
+ *
+ * @return a {@link List} of the associated right {@link InputFile}s
+ */
+ public List<List<InputFile>> getParquetInputFilesR() {
Review Comment:
renamed to InputFilesToJoinColumns
--
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]