You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/01 14:18:12 UTC

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

    [ https://issues.apache.org/jira/browse/FLINK-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15265746#comment-15265746 ] 

ASF GitHub Bot commented on FLINK-3847:
---------------------------------------

Github user vasia commented on the pull request:

    https://github.com/apache/flink/pull/1950#issuecomment-216038252
  
    Thanks for the restructuring @fhueske! Merging.


> 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)