rdblue commented on a change in pull request #719: Route to Hadoop table more
strictly in IcebergSource#getTable()
URL: https://github.com/apache/incubator-iceberg/pull/719#discussion_r361719518
##########
File path:
spark/src/main/java/org/apache/iceberg/spark/source/IcebergSource.java
##########
@@ -149,6 +149,12 @@ protected Table findTable(DataSourceOptions options,
Configuration conf) {
}
}
+ private boolean routeToHadoopTable(final String path) {
Review comment:
Can you give examples of paths that you think are handled incorrectly by the
current logic?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]