JingsongLi commented on code in PR #318:
URL: https://github.com/apache/paimon-rust/pull/318#discussion_r3265401111
##########
crates/paimon/src/table/table_write.rs:
##########
@@ -304,6 +315,88 @@ impl TableWrite {
})
}
+ fn validate_changelog_write_options(
Review Comment:
Do not validate these options.
- Changelog none: default, do not validate it.
- Changelog lookup and full-compact: producing by compaction, maybe in
background.
- POSTPONE_BUCKET ditto.
Remove this whole method.
--
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]