You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to enhance the StarRocks sink, providing a full-featured integration and progress the feature toward a more stable phase.
Here is a list of specific tasks:
Test the integration with StarRocks v2.5 (2.5.18), which will be the minimum supported version afterwards.
Test with StarRocks v3.0 (3.0.9) and v3.1 (3.1.7). Not required to include it in CI.
Support multiple MySQL frontend servers. Right now we only support one address.
Starting from v2.2, StarRocks introduced the JSON support. Since our minimal supported vesion is v2.5, we can convert complex data types like JSONB into JSON.
Refine the error when the user tries to sink a timestamptz column. We should suggest converting timestamptz to timestamp at first.
For example, "TIMESTAMP WITH TIMEZONE is not supported for Doris sink as Doris doesn't store time values with timezone information. Please convert the column '{}' to TIMESTAMP first."
Refine the error for INTERVAL, TIME, and BYTEA.
Once all finished, we'll try to publish on the integration guide in StarRocks's document website.
The text was updated successfully, but these errors were encountered:
Test the multiple MySQL/HTTP frontend servers. our request and fe exchange only two cases, 1. get the table schema. 2. request forwarded to be, tested the fe under the multi-cluster, these two functions, the cluster can be completed by any node, so may not need to implement multiple ports.
We want to enhance the StarRocks sink, providing a full-featured integration and progress the feature toward a more stable phase.
Here is a list of specific tasks:
For example, "TIMESTAMP WITH TIMEZONE is not supported for Doris sink as Doris doesn't store time values with timezone information. Please convert the column '{}' to TIMESTAMP first."
Once all finished, we'll try to publish on the integration guide in StarRocks's document website.
The text was updated successfully, but these errors were encountered: