Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Optimization][Catalog] Supports viewing the schema of SQL tables containing complex data types in catalog #3532

Open
2 of 3 tasks
6-archer-9 opened this issue May 24, 2024 · 2 comments
Labels
Optimization Optimization function

Comments

@6-archer-9
Copy link

Search before asking

  • I had searched in the issues and found no similar optimization requirement.

Description

Ⅰ.In the catalog list, it's not possible to view the table schema if it includes complex types
1.When clicking to view the table structure under the catalog:
Snipaste_2024-05-24_17-16-39
Snipaste_2024-05-24_17-14-15

2.The situation leads to incorrect display,resulting in the following error:
Snipaste_2024-05-24_17-19-32

3.The original table structure is:
Snipaste_2024-05-24_17-20-55

4.The reason for encountering this issue is due to the inclusion of some complex Flink types, such as:
Snipaste_2024-05-24_17-18-42

Looking forward to being able to view the structure of tables containing these data types.

Ⅱ.The list of views is unavailable
Snipaste_2024-05-24_17-28-29
Snipaste_2024-05-24_17-28-50
For the created views, they appear duplicated in the tables list and can be clicked to view. However, clicking on the views in the views section does not produce any response. I'm not sure if this is a bug.

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@6-archer-9 6-archer-9 added Optimization Optimization function Waiting for reply Waiting for reply labels May 24, 2024
@Zzm0809
Copy link
Contributor

Zzm0809 commented May 28, 2024

你有兴趣来优化此功能吗?

@Zzm0809 Zzm0809 removed the Waiting for reply Waiting for reply label May 28, 2024
@suxinshuo
Copy link
Contributor

你有兴趣来优化此功能吗?

我看这个报错是由于找不到对应的 java type 报的空指针错误,从官网上我没有找到这几种复杂类型对应的 java type,对于这种,我们是不是可以暂时在 java 类型这里放个空,最起码不会报错导致表结构看不到 @Zzm0809
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Optimization Optimization function
Projects
None yet
Development

No branches or pull requests

3 participants