[
https://issues.apache.org/jira/browse/FLINK-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15265755#comment-15265755
]
ASF GitHub Bot commented on FLINK-3847:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/1950
> 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)