This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a change to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git.
from ea2bddc Revert "[FLINK-23434][table-planner-blink] Fix the
inconsistent type in IncrementalAggregateRule when the query has one distinct
agg function and count star agg function"
add 09f8688 [FLINK-22861][table-planner-blink] Fix return value deduction
of TIMESTAMPADD function
No new revisions were added by this update.
Summary of changes:
.../calcite/sql/fun/SqlTimestampAddFunction.java | 140 +++++++++++++++++++++
.../planner/runtime/batch/sql/CalcITCase.scala | 89 ++++++++++++-
2 files changed, 228 insertions(+), 1 deletion(-)
create mode 100644
flink-table/flink-table-planner-blink/src/main/java/org/apache/calcite/sql/fun/SqlTimestampAddFunction.java