-
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] Got a "can not write FileMetaData" exception for parquet format #1730
Comments
@prm-xingcan Hi, this is weird, I've never encountered it before, it looks like an environmental issue. |
Hi @JingsongLi, yes, it's weird. I'll try the same job in more environments. |
@JingsongLi It turns out to be caused by another exception when writing out a
I tried using Hudi to write out the same record (RowData) in parquet format and it succeeded. |
Hi @JingsongLi, is it possible to add nested map & array support in the next release? |
This should have been fixed in 4009ede |
Search before asking
Paimon version
0.5-SNAPSHOT
Compute Engine
Flink 1.16.2
Minimal reproduce step
The table schema is really complicated.
We use MinIO for storage.
What doesn't meet your expectations?
Anything else?
INSERT INTO
statements and some tables can write parquet fields without any issue;Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: