waterlx opened a new pull request #719: Route to Hadoop table more strictly in IcebergSource#getTable() URL: https://github.com/apache/incubator-iceberg/pull/719 The PR make the routing to Hadoop table more strictly. Originally I would like to use functions in java.net.URI (like isAbsolute, isOpaque...) to classify the path as a String, but it adds complexity (more exceptions to handle) and seems does not worth it.
---------------------------------------------------------------- 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]
