Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/6201#discussion_r198147548 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/descriptors/FileSystem.scala --- @@ -27,6 +28,8 @@ class FileSystem extends ConnectorDescriptor( CONNECTOR_TYPE_VALUE, version = 1, formatNeeded = true) { private var path: Option[String] = None + private var numFiles: Option[Int] = None --- End diff -- Please remove these unrelated changes and open a separate issue for them.
---