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 19cb9de5c54 [FLINK-33268][rest] Skip unknown fields in REST response
deserialization
new 36542c134b1 [FLINK-32815] Implement internal HASHCODE function
new 4499553ce7d [FLINK-32815] Write tests for HASHCODE function
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:
.../functions/BuiltInFunctionDefinitions.java | 10 +
.../table/planner/codegen/ExprCodeGenerator.scala | 3 +
.../codegen/calls/BridgingFunctionGenUtil.scala | 2 +-
.../table/planner/functions/HashcodeITCase.java | 208 +++++++++++++++++++++
4 files changed, 222 insertions(+), 1 deletion(-)
create mode 100644
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/HashcodeITCase.java