buvb commented on PR #2189: URL: https://github.com/apache/fluss/pull/2189#issuecomment-3684896267
@luoyuxia @wuchong The main changes are as follows - Implemented lake-first schema sync, idempotent AddColumn handling, Paimon addColumn mapping, and tiering safeguards (fail when Fluss is wider, pad NULL when Paimon is wider), plus IT/unit coverage. - Recent fixes: PaimonTieringITCase now writes values for the new column after ADD COLUMN and asserts actual column names; offset check uses a dynamic index to avoid type mismatches after schema changes. - Testing: In an environment that allows binding ports, please run ./mvnw -pl fluss-lake/fluss-lake-paimon -DskipTests=false test. In restricted environments, ReCreateSameTableAfterTieringTest fails due to port bind being denied; all other tests pass. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
