You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2020/05/26 05:31:42 UTC

[flink] branch master updated (8f992e8 -> f08c830)

This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 8f992e8  [FLINK-17395][python] (followups) Don't remove the dist directory during clean
     add f08c830  [FLINK-17189][table-planner] Table with proctime attribute cannot be read from Hive catalog

No new revisions were added by this update.

Summary of changes:
 .../table/catalog/hive/HiveCatalogITCase.java      |  47 ++++++
 .../planner/catalog/CatalogCalciteSchema.java      |  14 +-
 .../catalog/CatalogManagerCalciteSchema.java       |  12 +-
 .../table/planner/catalog/CatalogSchemaTable.java  |  16 ++-
 .../planner/catalog/DatabaseCalciteSchema.java     |  16 ++-
 .../table/planner/delegation/PlannerContext.java   |   2 +-
 .../planner/plan/QueryOperationConverter.java      |   6 +-
 .../table/planner/delegation/PlannerBase.scala     |  11 +-
 .../table/planner/sources/TableSourceUtil.scala    | 159 ++++++++++-----------
 .../operations/SqlToOperationConverterTest.java    |  10 +-
 .../plan/FlinkCalciteCatalogReaderTest.java        |  13 ++
 .../flink/table/planner/utils/PlannerMocks.java    |   6 +-
 .../codegen/WatermarkGeneratorCodeGenTest.scala    |  14 +-
 13 files changed, 218 insertions(+), 108 deletions(-)