This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from f2494ce  [FLINK-9311] [pubsub] Improvements to builders + minor 
improvement to PubSubSink flush logic
     new 177e3a6  [FLINK-13088][table-api] Support lazy query transformation & 
execution on TableEnvironment
     new 767d924  [hotfix][table-api] Remove CompositePlannerConfig
     new 593ff73  [FLINK-13088][table-api] Support instantiating the unfied 
TableEnvironment

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 flink-python/pyflink/table/table_environment.py    |  47 ++++++++
 .../table/tests/test_environment_completeness.py   |   3 +-
 .../table/client/gateway/local/LocalExecutor.java  |   8 +-
 .../table/api/java/BatchTableEnvironment.java      |  41 +++++++
 .../table/api/java/StreamTableEnvironment.java     |  61 ++++++++++
 .../java/internal/StreamTableEnvironmentImpl.java  |  44 +++++--
 .../apache/flink/table/api/BatchQueryConfig.java   |   3 +
 .../org/apache/flink/table/api/QueryConfig.java    |   3 +
 .../apache/flink/table/api/StreamQueryConfig.java  |  13 +++
 .../org/apache/flink/table/api/TableConfig.java    |  65 ++++++++++-
 .../apache/flink/table/api/TableEnvironment.java   |  87 +++++++-------
 .../table/api/internal/CompositePlannerConfig.java |  45 -------
 .../table/api/internal/QueryConfigProvider.java    |  41 -------
 .../table/api/internal/TableEnvironmentImpl.java   | 129 +++++++++++++++------
 .../apache/flink/table/api/internal/TableImpl.java |  11 +-
 .../table/api/scala/BatchTableEnvironment.scala    |  62 ++++++++++
 .../table/api/scala/StreamTableEnvironment.scala   |  63 ++++++++++
 .../internal/StreamTableEnvironmentImpl.scala      |  41 ++++++-
 .../table/api/internal/BatchTableEnvImpl.scala     |  37 ++----
 .../flink/table/api/internal/TableEnvImpl.scala    |  30 +----
 .../java/internal/BatchTableEnvironmentImpl.scala  |  18 ++-
 .../scala/internal/BatchTableEnvironmentImpl.scala |  12 +-
 .../apache/flink/table/planner/StreamPlanner.scala |  25 ++--
 .../batch/table/JavaTableEnvironmentITCase.java    |   2 +-
 .../sql/validation/InsertIntoValidationTest.scala  |   2 +-
 .../table/api/batch/table/CorrelateTest.scala      |   2 +-
 .../table/api/stream/table/CorrelateTest.scala     |   2 +-
 .../flink/table/plan/NormalizationRulesTest.scala  |   4 +-
 .../harness/GroupAggregateHarnessTest.scala        |  18 ++-
 .../harness/TableAggregateHarnessTest.scala        |  28 +++--
 .../flink/table/utils/MockTableEnvironment.scala   |   9 +-
 31 files changed, 673 insertions(+), 283 deletions(-)
 delete mode 100644 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/CompositePlannerConfig.java
 delete mode 100644 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/QueryConfigProvider.java

Reply via email to