Skip to content

Conversation

@ArnavBalyan
Copy link
Member

  • Currently there is no check against full compaction on lookup changelog producer.
  • User reported unexpected behaviour in [Bug] full-compaction.delta-commits #6183
  • Disable setting both the properties together instead of the silent behaviour.

@ArnavBalyan ArnavBalyan marked this pull request as draft September 1, 2025 14:22
@ArnavBalyan ArnavBalyan marked this pull request as ready for review September 1, 2025 14:28
@ArnavBalyan
Copy link
Member Author

ArnavBalyan commented Sep 1, 2025

I'll check the other changelog producers if we can support full compaction in future, have disabled it to avoid confusion for now cc @junmuz @JingsongLi thanks for reporting

}

if (options.toMap().get(FULL_COMPACTION_DELTA_COMMITS.key()) != null
&& changelogProducer == ChangelogProducer.LOOKUP) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the condition should be changelogProducer != ChangelogProducer.FULL_COMPACTION as this property only works with full-compaction changelog producer.

@ArnavBalyan ArnavBalyan force-pushed the arnavb/conversion-issue branch from db3354e to 85edfdf Compare September 1, 2025 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants