Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core: Remove deprecated AssertHelpers usage #7597

Merged
merged 2 commits into from
May 15, 2023

Conversation

liuxiaocs7
Copy link
Member

Remove AssertHelpers in iceberg-core module.

@github-actions github-actions bot added the core label May 12, 2023
.options(ImmutableMap.of(BinPackStrategy.MIN_INPUT_FILES, Long.toString(-5))))
.isInstanceOf(IllegalArgumentException.class)
.hasMessageStartingWith(
"Cannot set min-input-files is less than 1. All values less than 1 have the same effect as 1");
Copy link
Contributor

Choose a reason for hiding this comment

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

Cannot set min-input-files is less than 1 is slightly misleading. Could you maybe open a separate PR to slightly improve the error messaging in BinPackStrategy?

Copy link
Member Author

Choose a reason for hiding this comment

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

OK, i'll do this later~

@nastra
Copy link
Contributor

nastra commented May 15, 2023

thanks @liuxiaocs7 for cleaning this up

@nastra nastra merged commit 00f7bab into apache:master May 15, 2023
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants