melin

Results 162 comments of melin

You cannot create a table. It facilitates spark sql to access starrocks table

spark catalog 是方便spark sql 直接访问starrocks 中的表。starrocks 是使用mysql 协议,直接使用spark jdbc catalog 也能通过sql 访问starrocks 表,但那样是走jdbc 读取数据,效率不高。参考pingcap 的tispark: https://github.com/pingcap/tispark/blob/master/docs/userguide_3.0.md#write-with-jdbc-datasource

> 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

计划支持吗?

> 我内部有实现代码,你是需要,我可以提给你一下 可以的,谢谢![email protected]

谢谢支持,由于mysql大小写敏感关闭,不太注意。 数据库默认配置不规范,请帮指正,谢谢!

DropTableEvent TruncateTableEvent can be closed. Sometimes, tables cannot be deleted synchronously.

Table A_1 has the same schema as table A_2, but A_3 has more fields than A_1. This scenario is not supported. Added conditional judgment:

> Is there any progress on this PR? If not, I can contribute this PR NO, You contribute this PR, Thank you