wcc1433

Results 4 issues of wcc1433

### Existing/related issue? _No response_ ### Current Behavior I'm trying to use Egeria deployed in a Docker environment. Currently, I have the following 3 services running: OMAG Server Platform: ```...

bug
no-issue-activity
triage

### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version Paimon(on oss): 1.0.1 ### Compute Engine Flink: 1.20.1 ### Minimal reproduce step...

bug

### Search before asking - [x] I had searched in the [issues](https://github.com/DataLinkDC/dinky/issues?q=is%3Aissue) and found no similar issues. ### What happened flink sql: ` CREATE CATALOG `paimon` WITH ( 'type' =...

Bug
Invalid

StarRocks 中字段的数据类型为 MAP 代码: statementSet.addInsertSql(""" INSERT INTO default_catalog.starrocks.dws_corp_user_add_fans_day_data ( ...... ) SELECT ...... FROM dws_corp_user_add_fans_day_data """); 使用遇到 3 个问题: 1:无法序列化 MAP 类型(BATCH 模式下,流模式正常???非常奇怪) 2:不支持 ARRAY 类型的序列化 3:如果 MAP 的 value...