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 dac6425 [FLINK-17782] Add array,map,row types support for parquet row
writer
new a332f8f [FLINK-25111][table-api][table-planner] Add config option to
determine CAST behaviour
new 76b47b2 [hotfix][table-planner] Add class header comment to generated
code
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:
.../generated/execution_config_configuration.html | 5 ++++
.../functions/AdvancedFunctionsExampleITCase.java | 18 ++++++------
.../table/api/config/ExecutionConfigOptions.java | 34 ++++++++++++++++++++++
.../planner/connectors/CollectDynamicSink.java | 11 +++++--
.../table/planner/connectors/DynamicSinkUtils.java | 6 +++-
.../casting/AbstractCodeGeneratorCastRule.java | 5 ++++
.../AbstractExpressionCodeGeneratorCastRule.java | 5 ++++
.../table/planner/functions/casting/CastRule.java | 10 ++++++-
.../functions/casting/CodeGeneratorCastRule.java | 4 +++
.../casting/RowDataToStringConverterImpl.java | 8 +++--
.../functions/casting/RowToStringCastRule.java | 13 ++++++++-
.../flink/table/planner/codegen/CodeGenUtils.scala | 2 ++
.../planner/codegen/CodeGeneratorContext.scala | 25 ++++++++++++++++
.../planner/codegen/FunctionCodeGenerator.scala | 1 +
.../planner/codegen/calls/ScalarOperatorGens.scala | 14 +++++++++
.../planner/functions/casting/CastRulesTest.java | 18 ++++++++++--
.../expressions/utils/ExpressionTestBase.scala | 6 ++++
17 files changed, 165 insertions(+), 20 deletions(-)