Skip to content

Deduplicate function get_final_indices_from_shared_bitmap#14145

Merged
jonahgao merged 2 commits intoapache:mainfrom
lewiszlw:dup-get_final_indices_from_shared_bitmap
Jan 16, 2025
Merged

Deduplicate function get_final_indices_from_shared_bitmap#14145
jonahgao merged 2 commits intoapache:mainfrom
lewiszlw:dup-get_final_indices_from_shared_bitmap

Conversation

@lewiszlw
Copy link
Copy Markdown
Member

@lewiszlw lewiszlw commented Jan 16, 2025

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

We have two same functions get_final_indices_from_shared_bitmap in hash_join.rs and nested_loop_join.rs , remove one.

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added the physical-expr Changes to the physical-expr crates label Jan 16, 2025
Copy link
Copy Markdown
Contributor

@berkaysynnada berkaysynnada left a comment

Choose a reason for hiding this comment

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

LGTM, thank you @lewiszlw

)
}

pub fn get_final_indices_from_shared_bitmap(
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is pub necessary here

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Changed to pub(crate).

Copy link
Copy Markdown
Member

@jonahgao jonahgao left a comment

Choose a reason for hiding this comment

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

LGTM👍, thank you @lewiszlw

@jonahgao jonahgao merged commit dc22b3f into apache:main Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

physical-expr Changes to the physical-expr crates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants