-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
[Bug] spark integrates paimon, and the write empty array becomes an array containing null #4790
Comments
Could you provide me with a sample test code? I want to reproduce this situation. |
your table store format is orc or parquet ? |
parquet and use zstd file compression |
Provide a sample test? |
1.create a paimon table
} |
I will try to fix this issue. |
I couldn't reproduce this issue on the master branch. You can try a higher version. |
Ok, I'm waiting for the 1.0 release |
1.0 release Fixed the bug |
Search before asking
Paimon version
0.9
Compute Engine
spark3.5.1
Minimal reproduce step
What doesn't meet your expectations?
空数组应该是[]而不是[null]
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: