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 2022/12/14 03:38:35 UTC

[flink] branch master updated (9cc55d6dc11 -> b30b12d97a0)

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 9cc55d6dc11 [hotfix][python] Use off-heap memory if managed memory fraction is 0
     add b30b12d97a0 [FLINK-29679][table] Migrate to new schema framework & show column comment

No new revisions were added by this update.

Summary of changes:
 docs/content.zh/docs/dev/table/sql/describe.md     |  66 +++++------
 docs/content/docs/dev/table/sql/describe.md        |  66 +++++------
 .../flink/connectors/hive/HiveTableFactory.java    |   4 -
 .../hive/copy/HiveParserBaseSemanticAnalyzer.java  |   2 +-
 .../hive/copy/HiveParserSemanticAnalyzer.java      |   2 +-
 .../hive/parse/HiveParserDDLSemanticAnalyzer.java  |   2 +-
 .../src/test/resources/sql/table.q                 |  46 ++++++++
 .../table/api/internal/TableEnvironmentImpl.java   |  80 ++++++++-----
 .../flink/table/api/TableEnvironmentTest.java      |   6 +-
 .../org/apache/flink/table/api/TableSchema.java    |   9 ++
 .../table/typeutils/TimeIndicatorTypeInfo.java     |  10 +-
 .../table/planner/catalog/CatalogSchemaTable.java  |   4 +-
 .../operations/SqlCreateTableConverter.java        |  26 ++++-
 .../operations/SqlToOperationConverter.java        |   6 +-
 .../planner/plan/FlinkCalciteCatalogReader.java    |   7 +-
 .../PushPartitionIntoTableSourceScanRule.java      |   2 +-
 .../utils/DynamicPartitionPruningUtils.java        |   4 +-
 .../table/planner/delegation/PlannerBase.scala     |   4 +-
 .../flink/table/api/TableEnvironmentTest.scala     | 125 +++++++++++++++++++++
 .../planner/plan/stream/sql/TableSourceTest.scala  |   4 +-
 .../plan/stream/table/TableSourceTest.scala        |   2 +-
 21 files changed, 349 insertions(+), 128 deletions(-)