apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.13k stars 842 forks source link

[core] fix serialize problem when using jdbc catalog with lock enbale lock in flink. #3542

Closed Stephen0421 closed 2 weeks ago

Stephen0421 commented 2 weeks ago

… in flink.

Purpose

To fix serialize problem when using jdbc catalog with lock enbale lock in flink.

Linked issue: close #3541

Tests

cover by exist test.

API and Format

no

Documentation

no

Stephen0421 commented 2 weeks ago

hi @Stephen0421 can you create a test for this?

Sure, I will add a test later.

Stephen0421 commented 2 weeks ago

hi @Stephen0421 can you create a test for this?

@JingsongLi add a test case to validate serialize problem, is it ok?