UrsSchoenenbergerNu commented on PR #15913: URL: https://github.com/apache/iceberg/pull/15913#issuecomment-5144277480
@pvary It seems to me there is no operator-level config or annotation where we could mark IcebergSink as not supporting unaligned checkpoints, so the only option might be to introspect the checkpointing config in open() and throwing when someone tries to run the sink unaligned? This would be a breaking change for existing users though - potentially a preferable break, but there might be users who have never experienced this data loss. Do you think there might be a better safeguard here? Documentation only is likely to be read only after someone stumbles over lost data. -- 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]
