You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "PatrickRen (via GitHub)" <gi...@apache.org> on 2024/04/27 15:12:18 UTC

[PR] [FLINK-35251][cdc][runtime] Fix bug of serializing derivation mapping in SchemaDerivation [flink-cdc]

PatrickRen opened a new pull request, #3267:
URL: https://github.com/apache/flink-cdc/pull/3267

   This PR fix bug of serializing derivation mapping in SchemaDerivation that mistakenly uses `out.write` instead of `out.writeInt` when serializing the size of the mapping, and also add a test case for validating serde of SchemaDerivation.


-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [FLINK-35251][cdc][runtime] Fix bug of serializing derivation mapping in SchemaDerivation [flink-cdc]

Posted by "leonardBang (via GitHub)" <gi...@apache.org>.
leonardBang merged PR #3267:
URL: https://github.com/apache/flink-cdc/pull/3267


-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org