apache/gravitino

[Improvement] User can create a paimon schema with comment ,but get the schema missing "comment" field

Open

#5,719 创建于 2024年12月2日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Java (887 fork)auto 404
help wantedimprovement

仓库指标

Star
 (3,058 star)
PR 合并指标
 (PR 指标待抓取)

描述

What would you like to be improved?

1. Create a paimon catalog use jdbc as backend 2. create a paimon schema with comment 3. get the schema in step 2, missing comment 4. The doc only specify "Doesn't support store schema comment for FilesystemCatalog."

How should we improve?

Align the document with code.

Currently ,the doc: Doesn't support store schema comment for FilesystemCatalog.

Actually , the paimon catalog doesn't support store schema comment, no matter what's the backend

贡献者指南