starrocks-connector-for-apache-spark
starrocks-connector-for-apache-spark copied to clipboard
Hi, spark connector maintainers, I'm reaching out cuz I appreciate your work on starocks spark connector. As open-source security is a growing concern, I'd like to suggest some improvements based...
## What type of PR is this: - [ ] BugFix - [x] Feature - [ ] Enhancement - [ ] Refactor - [ ] UT - [ ] Doc...
## What type of PR is this: - [ ] BugFix - [x] Feature - [ ] Enhancement - [ ] Refactor - [ ] UT - [ ] Doc...
starrocks 3.3 spark 3.5.3 我在使用starrocks-spark-connector-3.3_2.12-1.1.2读取starrocks数据时报错 `Caused by: org.apache.spark.SparkRuntimeException: Error while encoding: java.lang.RuntimeException: java.lang.String is not a valid external type for schema of timestamp if (assertnotnull(input[0, org.apache.spark.sql.Row, true]).isNullAt) null else staticinvoke(class...
I'm with the Software Engineering Research Group at the TU Delft, and I am investigating automations. I have looked at your repository and which GitHub workflows and Maven plugins you...
## What type of PR is this: - [ ] BugFix - [ ] Feature - [ 1] Enhancement - [ ] Refactor - [ ] UT - [ ]...
I am using Starrocks 3.3.5 witch finally support timestamp with milliseconds precision. When queuing and inserting data I see the timestamp are being process in seconds precision.
After upgrading Spark environment to Java 17 I get this ```` 25/11/25 18:20:45 WARN JsonUtils: Failed to set max string length 1073741824 java.lang.NoSuchFieldException: modifiers at java.lang.Class.getDeclaredField(Class.java:2610) ~[?:?] at com.starrocks.connector.spark.util.JsonUtils.setMaxStringLength(JsonUtils.java:68) ~[com.starrocks_starrocks-spark-connector-3.5_2.12-1.1.3.jar:?]...