Fabian Hueske created FLINK-3847: ------------------------------------ Summary: Reorganize package structure of flink-table Key: FLINK-3847 URL: https://issues.apache.org/jira/browse/FLINK-3847 Project: Flink Issue Type: Task Components: Table API Reporter: Fabian Hueske Assignee: Fabian Hueske Priority: Minor
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: {code} 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 {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)