Qishang Zhong

Results 37 comments of Qishang Zhong

![image](https://user-images.githubusercontent.com/16421989/201258827-4b7419b6-ceab-42e2-b2ae-e14dbddb2c80.png) 名字: 企查查 地点:苏州 联系方式:[email protected] 使用场景:数据集成 期望功能:binlog 整库同步

@tweise Thanks for your review. I have addressed all your comments.

@SteNicholas, In fact I encountered the situation described in FLINK-26938, I will try to add a test case as soon as possible.

@misselvexu Thanks for your contribution. I may not have stated it clearly, we just need to delete some of the code and documentation of the optimizer parameters. The actual memory...

I via the follow cmd to check the diff ``` git diff --no-index flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/sink flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/sink git diff --no-index flink/v1.19/flink/src/test/java/org/apache/iceberg/flink/sink flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/sink git diff --no-index flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/sink flink/v1.18/flink/src/main/java/org/apache/iceberg/flink/sink git diff --no-index flink/v1.19/flink/src/test/java/org/apache/iceberg/flink/sink flink/v1.18/flink/src/test/java/org/apache/iceberg/flink/sink...

> Maybe this PR could be closed due to this PR #2298 @baiyangtx In #2298, It seems that cache support for the native iceberg format catalog is missing, I have...

Thanks for your reminder on the details. The idea is from Iceberg community, Introduced delete file cache in PR [#8755](https://github.com/apache/iceberg/pull/8755) for spark executors. > IMO, > > > Do we...

@majin1102 Thanks for your reply. I just want to cover some tables with many data files. The newly added eq files will all be associated. The eq delete in the...