We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.8
Flink 1.18.1
Serializers were created infinitely for the following recursive schema after bumping up Paimon to 0.8.
ARRAY < ROW < `null_value` STRING, `number_value` DOUBLE, `string_value` STRING, `bool_value` BOOLEAN, `struct_value` ROW < `fields` ARRAY < ROW < `key` STRING, `value` ROW < `null_value` STRING, `number_value` DOUBLE, `string_value` STRING, `bool_value` BOOLEAN, `struct_value` ROW < `fields` ARRAY < ROW < `key` STRING, `value` ROW < `null_value` STRING, `number_value` DOUBLE, `string_value` STRING, `bool_value` BOOLEAN > > NOT NULL > >, `list_value` ROW < `values` ARRAY < ROW < `null_value` STRING, `number_value` DOUBLE, `string_value` STRING, `bool_value` BOOLEAN > NOT NULL > > > > NOT NULL > >, `list_value` ROW < `values` ARRAY < ROW < `null_value` STRING, `number_value` DOUBLE, `string_value` STRING, `bool_value` BOOLEAN, `struct_value` ROW < `fields` ARRAY < ROW < `key` STRING, `value` ROW < `null_value` STRING, `number_value` DOUBLE, `string_value` STRING, `bool_value` BOOLEAN > > NOT NULL > >, `list_value` ROW < `values` ARRAY < ROW < `null_value` STRING, `number_value` DOUBLE, `string_value` STRING, `bool_value` BOOLEAN > NOT NULL > > > NOT NULL > > > NOT NULL >
The test case worked well with Paimon 0.7 but caused OOM with Paimon 0.8.
No response
The text was updated successfully, but these errors were encountered:
Hi~ @xccui Could you please specify when the OOM occurred? Was it during the data writing process?
Sorry, something went wrong.
Hi @wg1026688210, it happened when I tried to write something to a Paimon table. Here's the screenshot for the stack.
I think the bug was introduced in #3039 since everything's back to normal after I reverted it. CC @JingsongLi
Hi ~ @xccui Could you provide the code reproducing this issue.
wg1026688210
Successfully merging a pull request may close this issue.
Search before asking
Paimon version
0.8
Compute Engine
Flink 1.18.1
Minimal reproduce step
Serializers were created infinitely for the following recursive schema after bumping up Paimon to 0.8.
What doesn't meet your expectations?
The test case worked well with Paimon 0.7 but caused OOM with Paimon 0.8.
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: