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
Creating more than 100 partitions fails with the following error:
[84148226] Query failed (#20210118_061400_09812_m328m): Exceeded limit of 100 open writers for partitions
trino/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/IcebergPageSink.java
Line 85 in 690d966
Possible solution is to take advantage of hive.max-partitions-per-writers configuration that can be set also in iceberg
hive.max-partitions-per-writers
The text was updated successfully, but these errors were encountered:
I think it might be better to just add a new config in the IcebergConfig class, independent of the hive config.
IcebergConfig
Sorry, something went wrong.
Taking a look! I will raise a PR for this!
@phd3 has this been covered in 352?
yes, closing.
No branches or pull requests
Creating more than 100 partitions fails with the following error:
trino/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/IcebergPageSink.java
Line 85 in 690d966
Possible solution is to take advantage of
hive.max-partitions-per-writers
configuration that can be set also in icebergThe text was updated successfully, but these errors were encountered: