slinkydeveloper commented on a change in pull request #17776:
URL: https://github.com/apache/flink/pull/17776#discussion_r750213186
##########
File path:
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/FileSystemITCaseBase.scala
##########
@@ -368,6 +372,63 @@ trait FileSystemITCaseBase {
)
}
+ @Test
+ def testReadAllMetadata(): Unit = {
Review comment:
We have all our test infra in scala, and this particular class is then
used to run the same test cases for every format, that's why i need this test
here :)
--
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]