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 036c549 [FLINK-13028][table-api-java] Merge flatten and call
resolution rule
add b9ec89b [FLINK-13029][table-planner] Ported GROUP BY expression to
new type system
add 9fa61aa [FLINK-13029][table-planner] Removed usages of
ExpressionBridge in QueryOperation's factories
No new revisions were added by this update.
Summary of changes:
.../utils/LegacyTypeInfoDataTypeConverter.java | 27 +++++-
.../operations/AggregateOperationFactory.java | 99 +++++++++++-----------
.../table/operations/JoinOperationFactory.java | 19 ++---
.../operations/OperationTreeBuilderFactory.java | 7 --
.../operations/ProjectionOperationFactory.java | 19 ++---
.../flink/table/api/internal/TableEnvImpl.scala | 1 -
.../expressions/PlannerExpressionConverter.scala | 42 +--------
.../operations/OperationTreeBuilderImpl.scala | 17 ++--
.../flink/table/api/batch/table/CalcTest.scala | 44 ++++++++++
.../api/validation/TableSourceValidationTest.scala | 45 ++++++++--
10 files changed, 181 insertions(+), 139 deletions(-)