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

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


    from 76b9f8b  [FLINK-11903][tests] Improve FileStateBackendTest by using 
JUnit's parameterized
     new 93a2c79  [FLINK-10076][table-planner] Upgrade Calcite dependency to 
1.18
     new 0c062a3  [FLINK-10076][table-planner-blink] Upgrade Calcite dependency 
to 1.18

The 2 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:
 .../client/gateway/local/LocalExecutorITCase.java  |   3 +-
 flink-table/flink-table-planner-blink/pom.xml      |  89 +++++++-----
 .../src/main/resources/META-INF/NOTICE             |  16 ++-
 flink-table/flink-table-planner/pom.xml            |  87 ++++++++----
 .../calcite/sql/validate/SqlValidatorImpl.java     | 150 +++++++++++++++------
 .../src/main/resources/META-INF/NOTICE             |  15 ++-
 .../flink/table/api/StreamTableEnvironment.scala   |   2 +-
 .../apache/flink/table/api/TableEnvironment.scala  |   3 +-
 .../flink/table/calcite/FlinkPlannerImpl.scala     |   2 +-
 .../flink/table/calcite/FlinkRelBuilder.scala      |   2 +
 .../table/calcite/FlinkRelBuilderFactory.scala     |  50 +++++++
 .../table/functions/utils/AggSqlFunction.scala     |   2 +
 .../plan/schema/TimeIndicatorRelDataType.scala     |   4 +
 .../table/api/batch/sql/GroupWindowTest.scala      |  14 +-
 .../table/api/batch/table/GroupWindowTest.scala    |  14 +-
 .../batch/table/stringexpr/SetOperatorsTest.scala  |   2 +-
 .../table/api/stream/sql/GroupWindowTest.scala     |  14 +-
 .../table/api/stream/sql/OverWindowTest.scala      |  22 +--
 .../table/api/stream/table/GroupWindowTest.scala   |  14 +-
 .../table/api/stream/table/OverWindowTest.scala    |   7 +-
 .../flink/table/plan/QueryDecorrelationTest.scala  |   2 +-
 flink-table/pom.xml                                |   2 +-
 22 files changed, 351 insertions(+), 165 deletions(-)
 create mode 100644 
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/calcite/FlinkRelBuilderFactory.scala

Reply via email to