starrocks-connector-for-apache-spark
starrocks-connector-for-apache-spark copied to clipboard
## What type of PR is this: - [ ] BugFix - [ ] Feature - [X] Enhancement - [ ] Refactor - [ ] UT - [ ] Doc...
#4 imports dependency of starrocks-thrift-sdk which is based on thrift 0.13.0, and we should remove the 0.14.0 thrift dependency to avoid conflict
table 's column order is : order_id1, order_id2, order_id3, order_id4, order_time ``` spark-sql> select order_id2, order_id1 from test1; 22/11/19 22:51:48 WARN ScalaValueReader: Open scan result is, contextId: 6910e3ad-3efb-4dcb-aab3-7984ac3c1a6d, schema: Schema{status=0,...
From the commit record, it seems that the connector has supported writer. Is there a demo that write to StarRocks from the Spark RDD/DataFrame?
## What type of PR is this: - [ ] BugFix - [ ] Feature - [ ] Enhancement - [ ] Refactor - [ ] UT - [X] Doc...
## What type of PR is this: - [ ] BugFix - [x] Feature - [ ] Enhancement - [ ] Refactor - [ ] UT - [x] Doc -...
## What type of PR is this: - [ ] BugFix - [ ] Feature - [ ] Enhancement - [ ] Refactor - [ ] UT - [ ]...
## What type of PR is this: - [ ] BugFix - [ ] Feature - [X] Enhancement - [ ] Refactor - [ ] UT - [ ] Doc...
支持catalog 了,能够尽快发不一个新版本
It would be great to support 2.13. Would you all be open to a contribution on Scala 2.13?