hililiwei commented on PR #5158:
URL: https://github.com/apache/iceberg/pull/5158#issuecomment-1172825045
Although we can configure these for the DELETE separately, I do not
recommend exposing them.
If we must do so, its default value is consistent with data file.
e.g.:
`long stripeSize = PropertyUtil.propertyAsLong(config,
DELETE_ORC_STRIPE_SIZE_BYTES, dataContext.stripeSize());`
So, maybe it should look like this:
| Property | Default | Description |
| ---------------------------------- | ------------------ |
-------------------------------------------------- |
| write.delete.orc.compression-codec | write.orc.compression-codec | ORC
compression codec: zstd, lz4, lzo, zlib, snappy, none |
--
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]