FANNG1 commented on code in PR #10517:
URL: https://github.com/apache/gravitino/pull/10517#discussion_r2986880455
##########
flink-connector/flink-common/src/test/java/org/apache/gravitino/flink/connector/integration/test/hive/FlinkHiveCatalogIT.java:
##########
@@ -198,6 +199,19 @@ private void initHiveConfDir() {
}
}
+ protected String getSharedHiveConfDir() {
+ try {
+ return java.nio.file.Paths.get(
Review Comment:
don't use long package name for this PR, rename java.nio.file.Paths to Paths.
--
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]