Dshadowzh

Results 11 comments of Dshadowzh

> Hello, Any chance to have good-first-issue feature among those tasks? Welcome, you can check this https://github.com/StarRocks/starrocks/issues/13300 first, we'll update more good-first-issues in 2024 later. Particularly regarding external catalog and...

> How about incremental refresh materialized view for external table like Iceberg or Hudi? I think this feature can reduce the cost of refresh mv Yes. We are considering about...

> On yesterday 2024 roadmap meeting,mention that will support tag on BE in shared nothing mode,it like multi warehouse mechanism like in shared data mode,could split into load data warehouse\adhoc...

> Expected to support deletion queries in the Parquet format of Iceberg We plan implementing it in v3.3

> Thanks, the following are our wanted features and improvements based on my tests on StarRocks and my company's business scenarios: Thanks a lot for the extensive feedback: 1. We...

> @chulucninh09 there's an open issue tracking [support for Apache Arrow Flight SQL](https://github.com/StarRocks/starrocks/issues/22944), but it would be great to get it on the 2024 roadmap. > > Interestingly, Apache Doris...

The community is focusing on Hive/Iceberg/Hudi external table. Kudu is still in discussion, If you want to contribute, you can enter slack channel sig/dla to join us. https://starrocks.slack.com/archives/C02SKR5SK3J

StarRocks现在支持了 Json类型了,你是希望直接写入到StarRocks的json类型,后面再解析etl。还是'sink.with_no_schema' = 'true' 的时候自动解析json到starrocks的对应列里面?

Thx for you advice. Both big_query_scan_rows_limit and big_query_scan_bytes_limit are an estimation for big query, Can you tell how do you choose big_query_scan_bytes_limit rather than big_query_scan_rows_limit?

Thanks, @dataders. I really appreciate this helpful information. DBT-StarRocks adaptor is still in testing. After that, we'll follow the document to send a PR.