snuyanzin commented on code in PR #39:
URL:
https://github.com/apache/flink-connector-hive/pull/39#discussion_r3240295009
##########
flink-connector-hive/src/test/java/org/apache/flink/table/catalog/hive/HiveCatalogITCase.java:
##########
@@ -250,7 +252,12 @@ public void testReadWriteCsv() throws Exception {
"WITH ('connector.type' =
'filesystem','connector.path' = 'file://%s','format.type' = 'csv')",
srcPath));
- String sinkPath = new File(tempFolder.newFolder(),
"csv-order-sink").toURI().toString();
+ String sinkPath =
+ new File(
+
Files.createDirectories(tempFolder.resolve("csvSink")).toFile(),
Review Comment:
seems to be not addressed here and in other places
--
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]