-
Notifications
You must be signed in to change notification settings - Fork 3.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
Iceberg Connector ORC writer writes incorrect file size #9810
Labels
bug
Something isn't working
Comments
This may be leading to the following
Setting
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ORC files in Iceberg connector are being written with incorrect
file_size_in_bytes
in the metadata.I am noticing this behaviour when the table has varchar data types. It seems to add 5 extra bytes per varchar column.
Using
io.trino.plugin.iceberg.IcebergQueryRunner#main
:1 varchar column adds 5 extra bytes.
2 varchar columns adds 10 extra bytes.
Other data types seem fine. Haven't tested them all though.
Slack thread with more discussion: https://trinodb.slack.com/archives/CGB0QHWSW/p1631656773196400
The text was updated successfully, but these errors were encountered: