This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 0355bdeee64 [FLINK-38642][checkpoint] Specify thread pool to avoid
CheckpointCoordinatorTest hang
new ec9427cea8c [FLINK-20539][table] Type mismatch when using computed ROW
column
new 6cb9827f827 [FLINK-20539][table] Add
`table.legacy-nested-row-nullability` table option, port row losing nullability
and losing struct kind fixes from Calcite
new 04b63fbe8dc [hotfix][table] Replace deprecated `JavaConversions` with
`JavaConverters` in `CalcITCase`
new af86700bbc6 [hotfix][docs] Use `mvnw` in flink-docs README
The 4 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/table_config_configuration.html | 6 +
flink-docs/README.md | 4 +-
.../sql/parser/FlinkSqlParsingValidator.java} | 33 +-
.../parser/type/ExtendedSqlRowTypeNameSpec.java | 14 +-
.../java/org/apache/flink/sql/parser/Fixture.java | 6 +
.../flink/sql/parser/FlinkDDLDataTypeTest.java | 51 +-
.../flink/table/api/config/TableConfigOptions.java | 13 +
.../calcite/rel/type/RelDataTypeFactoryImpl.java | 732 ++++++++
.../org/apache/calcite/sql/type/SqlTypeUtil.java | 1807 ++++++++++++++++++++
.../planner/calcite/FlinkCalciteSqlValidator.java | 12 +-
.../table/planner/calcite/FlinkRexBuilder.java | 114 +-
.../planner/functions/CastFunctionMiscITCase.java | 10 +-
.../operations/SqlDdlToOperationConverterTest.java | 9 +-
.../PushProjectIntoTableSourceScanRuleTest.xml | 4 +-
.../table/planner/plan/stream/sql/CalcTest.xml | 118 +-
.../table/planner/plan/stream/sql/CalcTest.scala | 73 +
.../planner/runtime/stream/sql/CalcITCase.scala | 113 +-
17 files changed, 3040 insertions(+), 79 deletions(-)
copy
flink-table/{flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/FlinkCalciteCatalogSnapshotReader.java
=>
flink-sql-parser/src/main/java/org/apache/flink/sql/parser/FlinkSqlParsingValidator.java}
(52%)
create mode 100644
flink-table/flink-table-planner/src/main/java/org/apache/calcite/rel/type/RelDataTypeFactoryImpl.java
create mode 100644
flink-table/flink-table-planner/src/main/java/org/apache/calcite/sql/type/SqlTypeUtil.java