GitHub user mtunique opened a pull request:

    https://github.com/apache/flink/pull/3041

    Flink 5084 tmp

    Thanks for contributing to Apache Flink. Before you open your pull request, 
please take the following check list into consideration.
    If your changes take all of the items into account, feel free to open your 
pull request. For more information and/or questions please refer to the [How To 
Contribute guide](http://flink.apache.org/how-to-contribute.html).
    In addition to going through the list, please provide a meaningful 
description of your changes.
    
    - [ ] General
      - The pull request references the related JIRA issue ("[FLINK-XXX] Jira 
title text")
      - The pull request addresses only one issue
      - Each commit in the PR has a meaningful commit message (including the 
JIRA id)
    
    - [ ] Documentation
      - Documentation has been added for new functionality
      - Old documentation affected by the pull request has been updated
      - JavaDoc for public methods has been added
    
    - [ ] Tests & Build
      - Functionality added by the pull request is covered by tests
      - `mvn clean verify` has been executed successfully locally or a Travis 
build has passed


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mtunique/flink flink-5084-tmp

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/3041.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3041
    
----
commit 3fa59c4baca5f6f1b5634e4ef173f6e8808b5b96
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-09T05:23:36Z

    add table java api ut (join)

commit d2e9303c077b5bb0c60dc8ec9e948a51ca1a40cd
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-09T05:25:35Z

    delete table java api it case (join)

commit 7700b266d450f29ce992f98d3b3e2400d126f062
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-09T08:04:00Z

    add LogicalPlanFormatUtils

commit 5b3e96eb893bfbd3a5301aaaa9473f5784a16ebd
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-09T08:05:23Z

    join case use logicalplan format

commit 2cbb7f98dedf3c4b9d0072940409b8fc6c629b6f
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-09T08:45:10Z

     add table java api ut case (Agg)

commit bd15e481b0831e4c82347214537349a6ac5c9ef3
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-09T11:09:15Z

    delete table java api it case (Agg)

commit bbfa34e1e58efcd0481682b4166d0019cdaa515e
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-09T11:14:00Z

    [FLINK-5084] Replace Java Table API integration tests by unit tests

commit f457a8685647877a6e3534b32f97b1f2cb534c51
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-10T18:20:50Z

    remove validation case from AggregationsITCase

commit 5d746ff311a5731f73519a8af26f2b5e78dc74f5
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-10T18:25:40Z

    add AggregationsValidationTest

commit d4da0cfd3499c961ba426ecec0b2a40cd9b2fe36
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-10T18:57:11Z

    remove validation case from JoinITCase

commit 9285c81ffebd833b1f6c729bb990b68286aa3c3b
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-10T18:57:42Z

    add JoinValidationTest

commit cbccded4d7d0c25b34a316c4c42d703a3c55b0bc
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-10T19:08:07Z

    add SetOperatorsValidationTest

commit c3875d855033e2125a7d19c6a6eed18eed69e0b3
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-10T19:08:45Z

    add SortValidationTest

commit d00fd6256e4977bbc86033143132d0738abab67d
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-11T06:09:26Z

    add CalcValidationTest

commit 0293e0c598beb2d1be3228f3ff3e3de4f4df6bea
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-12T09:02:40Z

    delete table java IT case

commit ec20ed6a539f783cf12f1af0450289c6011549ce
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-12T09:15:19Z

    add join plan case

commit bacb137d8ae44a2df6294e967a3f6ecd74f6becc
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-12T09:30:12Z

    add calc plan test

commit 0f5568ca8bd590055a336c95e885d15e98338c53
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-12T09:30:33Z

    add join plan test

commit f8db10e488aa5df32a1533362f52acb054380b97
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-12T09:47:19Z

    add agg plan test

commit 4b120ab44416a3c17261dedae699389f772305a9
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-12T10:02:31Z

    add cast test

commit 81767b6700e83dc1aa1b0bdadd756ecafdeba089
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-12T10:05:33Z

    delete unused import

commit 24753f9a4d7ed0b9b09a98fcb980b8db201be625
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-23T10:19:15Z

    rm testPojoGrouping and MyPojo

commit 0f178f08bf0470e60384633283d375d196c885e5
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-23T10:19:54Z

    rm validation test

commit 97a7446ae09575089205e20f64d70d95bc80938a
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-23T10:20:22Z

    not extend TableProgramsTestBase

commit 16f80cf7f98a43442a57a6bf0d3919b2a0b395d8
Author: mtunique <oatg...@gmail.com>
Date:   2016-12-23T16:04:30Z

    rebase master

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to