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 Slice support to reduce_agg function #20452

Merged
merged 1 commit into from Jan 26, 2024
Merged

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented Jan 24, 2024

I've stumbled upon JDK-8017163 reference while going through the process of cleaning up after switching to JDK 21. Since it's solved, I've added a support to Slice serialization in the reduce_agg function.

@wendigo wendigo requested a review from dain January 24, 2024 12:21
@cla-bot cla-bot bot added the cla-signed label Jan 24, 2024
@wendigo wendigo merged commit 2c616c5 into master Jan 26, 2024
99 checks passed
@wendigo wendigo deleted the serafin/reduce-agg-slice branch January 26, 2024 08:32
@github-actions github-actions bot added this to the 438 milestone Jan 26, 2024
@mrbrahman
Copy link

Hi, does this resolve issue 2089?

The doc just says "others". Not sure if complex data types are covered. Thanks

@wendigo
Copy link
Contributor Author

wendigo commented Mar 9, 2024

@mrbrahman if they are backed by Slice than yes. What type do you have in mind?

@mrbrahman
Copy link

Hi, looking for "row" datatype support. Thanks

@wendigo
Copy link
Contributor Author

wendigo commented Mar 9, 2024

@mrbrahman it's not supported. row() is backed up by a different data structure

@mrbrahman
Copy link

Is JSON datatype supported?

@wendigo
Copy link
Contributor Author

wendigo commented Mar 9, 2024

@mrbrahman it should be, JSON is backed-by the Slice

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

Successfully merging this pull request may close these issues.

None yet

4 participants