Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The flink-table module has tests for the matrix of
- Java and Scala
- Batch and Streaming
- Table API and SQL
Right now, there is no consistent package structure for the tests. I propose to structure the test packages as follows:
test/java/o/a/f/api/table/batch/table test/java/o/a/f/api/table/batch/sql test/java/o/a/f/api/table/stream/table test/java/o/a/f/api/table/stream/sql test/scala/o/a/f/api/table/batch/table test/scala/o/a/f/api/table/batch/sql test/scala/o/a/f/api/table/stream/table test/scala/o/a/f/api/table/stream/sql