datavane/datavines

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

tonyDong-code opened this issue · 6 comments

Search before asking

  • 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?

  • Yes I am willing to submit a PR!

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

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

This issue has been fixed.