tsreaper opened a new pull request, #6124: URL: https://github.com/apache/paimon/pull/6124
### Purpose Currently, streaming compact job does not deal with schema change. If the user adds a column, it will be ignored by the compact job and this column will be lost. This PR restarts the compact job if schema change is detected, so new columns will not be lost. ### Tests * `CompactProcedureITCase#testFailWhenSchemaChanged` ### API and Format No format changes. ### Documentation No new feature. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org