rdblue commented on a change in pull request #1843:
URL: https://github.com/apache/iceberg/pull/1843#discussion_r536373279
##########
File path: core/src/main/java/org/apache/iceberg/hadoop/HadoopTables.java
##########
@@ -209,4 +278,35 @@ public void setConf(Configuration conf) {
public Configuration getConf() {
return conf;
}
+
+
+ /**
+ * Check to see if the location is a potential Hadoop table by checking if
its an absolute path on some filesystem.
+ */
+ public static boolean isHadoopTable(String location) {
Review comment:
How about `isValidLocation`?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]