You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fabian Hueske (JIRA)" <ji...@apache.org> on 2016/04/28 17:53:12 UTC

[jira] [Created] (FLINK-3847) Reorganize package structure of flink-table

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)