pvary commented on a change in pull request #2765:
URL: https://github.com/apache/hive/pull/2765#discussion_r744563434
##########
File path:
iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/TestTables.java
##########
@@ -437,7 +437,7 @@ public String identifier(String tableIdentifier) {
}
Assert.assertTrue(location.delete());
- return location.toString();
+ return "file://" + location;
Review comment:
If the table location does not match the file locations then we had a
problem matching the `alias` to the `path`, and failed to add the configuration
values to the HiveConf.
We need to use the full path in the table location to match the file names.
--
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]