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

Add missing data type #1

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

alamb
Copy link

@alamb alamb commented Dec 2, 2024

Targets apache#13564

Fixes a bug due to missing data type

))
Arc::new(
PrimitiveArray::<T>::new(ScalarBuffer::from(first_n), first_n_nulls)
.with_data_type(self.data_type.clone()),
Copy link
Author

Choose a reason for hiding this comment

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

there is a second code path in multi group by!

@jonathanc-n jonathanc-n merged commit 8e7159e into jonathanc-n:decimal128 Dec 3, 2024
1 check passed
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