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 4e9de84 [FLINK-20822][hive] Don't check whether a function is generic
in Hive catalog
add d2e9aeb [FLINK-19981][core][table] Add name-based field mode for Row
No new revisions were added by this update.
Summary of changes:
.../flink/api/java/typeutils/RowTypeInfo.java | 9 +-
.../api/java/typeutils/runtime/RowSerializer.java | 228 ++++++++---
.../src/main/java/org/apache/flink/types/Row.java | 422 ++++++++++++++++++---
.../main/java/org/apache/flink/types/RowUtils.java | 178 ++++++++-
.../java/typeutils/runtime/RowSerializerTest.java | 56 ++-
.../flink/testutils/DeeplyEqualsChecker.java | 22 --
.../test/java/org/apache/flink/types/RowTest.java | 334 +++++++++++++++-
.../streaming/api/utils/PythonTypeUtilsTest.java | 2 +-
.../arrow/sources/RowArrowSourceFunctionTest.java | 2 +-
.../table/planner/functions/RowFunctionITCase.java | 2 +-
.../stream/table/TemporalTableFunctionJoinTest.xml | 8 +-
.../table/data/conversion/RowRowConverter.java | 53 ++-
.../table/data/DataStructureConvertersTest.java | 10 +
13 files changed, 1132 insertions(+), 194 deletions(-)