-
Notifications
You must be signed in to change notification settings - Fork 54
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
support spark catalog #15
Comments
Hi melin. Would that feature allow to create table in the spark catalog (so far only temp table can be created, not real tables) ? |
You cannot create a table. It facilitates spark sql to access starrocks table |
What is the goal of the starrocks catalog if you can't put tables in it ? I thought you meant a starrocks catalogPlugin , same as iceberg, delta or hudi catalog |
spark catalog 是方便spark sql 直接访问starrocks 中的表。starrocks 是使用mysql 协议,直接使用spark jdbc catalog 也能通过sql 访问starrocks 表,但那样是走jdbc 读取数据,效率不高。参考pingcap 的tispark: |
I guess I got it. Once you setup a starrocks catalog in spark you can list/load all the tables in starroks |
You are right to understand |
计划支持吗? |
support spark catalog
The text was updated successfully, but these errors were encountered: