Jing Zhang
Jing Zhang
### Change Logs Since Flink 1.17, Flink SQL support more advanced alter table syntax. ``` -- add a new column ALTER TABLE MyTable ADD category_id STRING COMMENT 'identifier of the...
### Change Logs After apply [HUDI-6941](https://issues.apache.org/jira/browse/HUDI-6941) in the internal HUDI version(based on 0.14.0 version), there is a frequent occurrence of the execution plan selecting "broadcast hash join" to broadcast a...
After apply [HUDI-6941](https://issues.apache.org/jira/browse/HUDI-6941) in the internal HUDI version(based on 0.14.0 version), there is a frequent occurrence of the execution plan selecting "broadcast hash join" to broadcast a large HUDI data...
### Change Logs Stop retry inflate if encounter InterruptedIOException to avoid StackOverFlow error. ### Impact None ### Risk level (write none, low medium or high below) None ### Documentation Update...
### Change Logs Fix NullPointerException after a clustering plan is finished ### Impact None ### Risk level (write none, low medium or high below) None ### Documentation Update None ###...
Dear community, Our user complained that after their daily run job which written to a Hudi cow table finished, the downstream reading jobs find many duplicate records today. The daily...
### Change Logs We should not skip failure which means fail to delete invalid files because users might get wrong result. The pr aims to fix the [issue#11419](https://github.com/apache/hudi/issues/11419). ### Impact...