rdblue commented on a change in pull request #4438:
URL: https://github.com/apache/iceberg/pull/4438#discussion_r839934802
##########
File path: hive3/src/main/java/org/apache/hadoop/hive/ql/io/orc/OrcSplit.java
##########
@@ -191,12 +191,12 @@ public boolean hasFooter() {
}
/**
- * @return {@code true} if file schema doesn't have Acid metadata columns
* Such file may be in a delta_x_y/ or base_x due to being added via
* "load data" command. It could be at partition|table root due to table
having
* been converted from non-acid to acid table. It could even be something
like
* "warehouse/t/HIVE_UNION_SUBDIR_15/000000_0" if it was written by an
* "insert into t select ... from A union all select ... from B"
+ * @return {@code true} if file schema doesn't have Acid metadata columns
Review comment:
I think this can be improved, but moving this line to the end doesn't
help readability. Can you rewrite this doc instead?
--
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]