Li Jiao

Results 46 comments of Li Jiao

Yes, it worth IMO. Maybe you can give some design and implementation :)

What's the difference with https://github.com/StarRocks/starrocks-connector-for-apache-flink/pull/405

Maybe, we could implement the second one first, and try to do the first one in the future (if needed), which will use the implementation for the second one.

currently, SR does not support doing partial update for different columns in a single batch. you can do partial update for column `a` in a batch, and column `b` in...

Arrow Flight is used to read data from StarRocks, while Stream Load is used to load data into StarRocks. Can you share more informatin? That I many not understand you...

@ever4Kenny Currently, we want to support loading Struct data thourgh JSON format first. (Its' similar for CSV) The rough idea is that: 1. Users convert Struct data into a string...

@svdimchenko We will be very glad if you can submit a improvement PR for it. And, what is you recommendation for the backoff logic?

There should be a bug for the integration with Ranger + LDAP in StarRocks, we will try to fix it.

It's a good question. We need to set the verion in __init__.py manually, or with tag dynamically. cc @chris-celerdata