deniskuzZ commented on code in PR #6263:
URL: https://github.com/apache/hive/pull/6263#discussion_r2685429610
##########
iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/test/utils/HiveIcebergTestUtils.java:
##########
@@ -296,7 +298,12 @@ public static void validateFiles(Table table,
Configuration conf, JobID jobId, i
Assert.assertEquals(dataFileNum, dataFiles.size());
Assert.assertFalse(
- new
File(HiveIcebergOutputCommitter.generateJobLocation(table.location(), conf,
jobId)).exists());
+ new File(generateJobLocation(table.location(), conf, jobId)).exists());
+ }
+
+ private static String generateJobLocation(String location, Configuration
conf, JobID jobId) {
Review Comment:
because package private is not an option since test util is in diff package.
--
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]