Skip to content

Conversation

chenkovsky
Copy link
Contributor

Which issue does this PR close?

  • Closes #.

Rationale for this change

What changes are included in this PR?

implement spark bit_get/bit_count udf

Are these changes tested?

UT

Are there any user-facing changes?

No

@github-actions github-actions bot added sqllogictest SQL Logic Tests (.slt) spark labels Jul 28, 2025
Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @chenkovsky

Comment on lines 138 to 141
// if args[0].data_type().is_null() || args[1].data_type().is_null() {
// return Ok(Arc::new(PrimitiveArray::<Int8Type>::from(vec![None; args[0].len()])));
// }

Copy link
Member

Choose a reason for hiding this comment

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

can this commented-out code be removed?

@alamb alamb merged commit c5cb6f4 into apache:main Aug 11, 2025
27 checks passed
@alamb
Copy link
Contributor

alamb commented Aug 11, 2025

Thanks again @chenkovsky !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants