rionmonster commented on code in PR #27553: URL: https://github.com/apache/flink/pull/27553#discussion_r2787994869
########## flink-connectors/flink-connector-files/src/main/java/org/apache/flink/connector/file/table/FileSystemTableSource.java: ########## Review Comment: I don't believe that the `file.path` accessor specifically needs to be changed (as it still relies on the correct Flink-based Path class instead of the problematic `java.nio.file.Paths` variant). I'll go ahead and add a series of tests cases while I'm in here to triply confirm it isn't affected by the same bug. -- 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]
