Li Jiao

Results 46 comments of Li Jiao

@alanpaulkwan Will the parquet files loaded from local be larger than 4GB? Even we can implement it in Stream Load, it needs to buffer a whole parquet file in memory,...

It's good to support loading Parquet files through Stream Load. However, currently, there are few users to load Parquet files through Stream Load, b/c most of the Parquet files are...

Routine Load can consume data from Kafka and load into StarRocks. Can you tall me why you want another way to ingest data from kafka using spark?

I think the main problem is not about the data type TEXT, it's about the ability of the supported length of STRING, right? Otherwise, you can use STRING to define...

> As a workaround, I tried to comment line 300 & 301 of `starrocks/reflection.py` and the error has gone. Is there any risk of side effect? Do you know the...

@kangkaisen Needn't the PR #20836 be merged before closing this issue?

@egogao123 Can you give the whole Rouitne Load job info? In my opinion, if `url_decode` failed to process a string, the row should be recoganized as an Error row if...

Can you give more information?

@wmtbnbo What do you mean about "abtaining JSON"?