datavines icon indicating copy to clipboard operation
datavines copied to clipboard

[Bug] [datavines-connector-starrocks] starrocks数据源无法获取表信息

Open tonyDong-code opened this issue 1 year ago • 5 comments

Search before asking

  • [X] I had searched in the issues and found no similar issues.

What happened

使用 dev 分支代码编译部署后,添加 starrocks 数据源,可以获取到 database 信息,但是无法获取到 table 信息

DataVines Version

dev 分支

DataVines Config

Running Command

Error Exception

Engine Type

No response

Java Version

No response

Screenshots

No response

Are you willing to submit PR?

  • [X] Yes I am willing to submit a PR!

tonyDong-code avatar Feb 20 '24 08:02 tonyDong-code

我将 starrocks connector 中 getTables 方法重写,将从 metaData 获取表信息的逻辑,改为从 information_schema 获取表信息. 我再提交代码时,遇到权限拒绝,请问应该如何提交代码 图片

tonyDong-code avatar Feb 20 '24 08:02 tonyDong-code

请参考 https://datavane.github.io/datavines-website/community/contribution_guide/contributor

xxzuo avatar Feb 20 '24 08:02 xxzuo

请参考 https://datavane.github.io/datavines-website/community/contribution_guide/contributor

谢谢,已提交 pr

tonyDong-code avatar Feb 20 '24 09:02 tonyDong-code

你的StarRocks版本是多少,我这边是可以正常获取表列表的

zixi0825 avatar Feb 20 '24 11:02 zixi0825

3.2.2版本

---- 回复的原邮件 ---- | 发件人 | @.> | | 发送日期 | 2024年02月20日 19:21 | | 收件人 | datavane/datavines @.> | | 抄送人 | tonyDong-code @.>, Author @.> | | 主题 | Re: [datavane/datavines] [Bug] [datavines-connector-starrocks] starrocks数据源无法获取表信息 (Issue #359) |

你的StarRocks版本是多少,我这边是可以正常获取表列表的

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

tonyDong-code avatar Feb 20 '24 12:02 tonyDong-code

This issue has been fixed.

zixi0825 avatar Jul 15 '24 03:07 zixi0825