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

Data: Allow classes of different packages to implement DeleteFilter #9352

Closed
wants to merge 2 commits into from

Conversation

leo-livis
Copy link

Increase the flexibility of DeleteFilter #9351

@github-actions github-actions bot added the data label Dec 20, 2023
Regarding the issue of decimal scale apache#9350
@github-actions github-actions bot added the core label Dec 20, 2023
@@ -31,7 +31,7 @@ private DecimalUtil() {}
public static byte[] toReusedFixLengthBytes(
int precision, int scale, BigDecimal decimal, byte[] reuseBuf) {
Preconditions.checkArgument(
decimal.scale() == scale,
decimal.scale() <= scale,
Copy link
Member

Choose a reason for hiding this comment

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

Is this safe? It is re-use fix length bytes but in this case we aren't using all the bytes.

@@ -138,7 +138,7 @@ public void incrementDeleteCount() {
counter.increment();
}

Accessor<StructLike> posAccessor() {
public Accessor<StructLike> posAccessor() {
Copy link
Member

Choose a reason for hiding this comment

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

Why do we want to open this up?

@RussellSpitzer
Copy link
Member

This seem like two different issues attempted to being solved in 1 PR. Please Separate them. I think you also need to offer a much more detailed explanation of why you want to make an api Public.

Copy link

github-actions bot commented Oct 8, 2024

This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@iceberg.apache.org list. Thank you for your contributions.

@github-actions github-actions bot added the stale label Oct 8, 2024
Copy link

This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time.

@github-actions github-actions bot closed this Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants