This is an automated email from the ASF dual-hosted git repository.
lincoln pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from a70ca9c029b [FLINK-37711] Remove unused getJobGraph from
PipelineExecutorUtils
new 3d4bf688242 [FLINK-38400][table] Pre-step of the fix: copy
AggregateReduceFunctionsRule and format
new a1ec5027c07 [FLINK-38400][table] Fix FILTER condition loss in
STDDEV/VAR decomposition by AggregateReduceFunctionsRule
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:
.../rel/rules/AggregateReduceFunctionsRule.java | 1060 ++++++++++++++++++++
.../logical/AggregateReduceFunctionsRuleTest.java | 81 ++
.../logical/AggregateReduceFunctionsRuleTest.xml | 47 +
3 files changed, 1188 insertions(+)
create mode 100644
flink-table/flink-table-planner/src/main/java/org/apache/calcite/rel/rules/AggregateReduceFunctionsRule.java
create mode 100644
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/rules/logical/AggregateReduceFunctionsRuleTest.java
create mode 100644
flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/rules/logical/AggregateReduceFunctionsRuleTest.xml