Hi!

这个问题已经在社区提出过了,可以在 https://issues.apache.org/jira/browse/FLINK-18958
这里追踪解决进度。

kcz <[email protected]> 于2021年9月27日周一 上午11:21写道:

> hive版本3.1.0
> ddl如下:
> create table test_hive(
> &nbsp;id int comment 'test comment'
> ) PARTITIONED BY (dt STRING) STORED AS orc TBLPROPERTIES (
> &nbsp; &nbsp;'partition.time-extractor.kind'='custom',
> &nbsp; &nbsp;'partition.time-extractor.timestamp-pattern'='$dt',
> &nbsp;
> &nbsp;'partition.time-extractor.class'='com.hycan.bigdata.utils.MyPartTimeExtractor',
> &nbsp; &nbsp;'sink.partition-commit.trigger'='partition-time',
> &nbsp; &nbsp;'sink.partition-commit.delay'='1 d',
> &nbsp; &nbsp;'sink.partition-commit.policy.kind'='metastore,success-file'
> );
>
> 实际使用hive desc formatted test_hive 没有看到comment

回复