Tianzhu Wen
Tianzhu Wen
Refer to #2854 Add 'flink-config' for pipeline yaml, which will overwrite the config from 'flink-conf.yaml'. cc @lvyanquan @PatrickRen
### Purpose [core] AddColumn move support before and last. Linked issue: close #3316 ### Tests Add test case: org.apache.paimon.schema.SchemaManagerTest#testApplyMove ### API and Format ### Documentation
Refer to jira: https://issues.apache.org/jira/browse/FLINK-35325 Adding support for specifying column order when adding new columns to a table.
Refer to [FLINK-35430](https://issues.apache.org/jira/browse/FLINK-35430) Passed the zoneId to JsonSerializationSchema.
Refer to: https://issues.apache.org/jira/browse/FLINK-35467 Respect externally set FLINK_CONF_DIR for CDC task configuration The script has been modified to check if the FLINK_CONF_DIR environment variable is set externally before defaulting to $FLINK_HOME/conf....
Refer to: https://issues.apache.org/jira/browse/FLINK-35589 Support MemorySize type in FlinkCDC ConfigOptions.
Refer to https://issues.apache.org/jira/browse/FLINK-37676 Adding a cache for better performance.
Remove repeated dependency of maxcompute, and change the phase of "download-flink-release" in pipeline-e2e-test.
### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes?