goomhow opened a new issue, #6028:
URL: https://github.com/apache/iceberg/issues/6028
### Query engine
I use FLINK compact small files
Actions.forTable(table)
.rewriteDataFiles()
.maxParallelism(maxParallelism)
.caseSensitive(false)
.filter(Expressions.equal("d_1", d_1))
.targetSizeInBytes(512 * 1024 * 1024)
.execute();
### Question
even if i set 16G memory to compact 800M iceberg table ,omm bug still happen
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]