Qihoo360 / XSQL

Unified SQL Analytics Engine Based on SparkSQL
https://qihoo360.github.io/XSQL/
Apache License 2.0
210 stars 62 forks source link

When will XSQL support Spark 3.x ? #78

Closed dohongdayi closed 3 years ago

dohongdayi commented 3 years ago

When will XSQL support Spark 3.x ?

WeiWenda commented 3 years ago

It's known that Spark 3.x provide an interface called CatalogPlugin. We have done the same things as XSQL based on CatalogPlugin in another private project. You can learn something from this blog: https://mp.weixin.qq.com/s/mZpvFRwO2xb5j7c5_ZARTQ.

dohongdayi commented 3 years ago

So there is no plan to make XSQL support Spark 3.x, because you fully embrace CatalogPlugin and DatasourceV2 within your private project right now ?

WeiWenda commented 3 years ago

Sorry, but you can think so.

dohongdayi commented 3 years ago

OK, thanks