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

remove druid.sql.planner.serializeComplexValues config in favor of always serializing complex values #17549

Conversation

clintropolis
Copy link
Member

This config option was introduced back in #6950 mainly as an escape hatch to make things backwards compatible, but setting it to false to get the old behavior is basically useless since it causes any complex type query results to just print the java class name instead of serializing the actual value into a usable form. As such, this config was never documented because the new behavior was superior, so should be totally safe to remove.

Copy link
Contributor

@cryptoe cryptoe left a comment

Choose a reason for hiding this comment

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

+1 after ci run

@clintropolis clintropolis merged commit 3c1b488 into apache:master Dec 11, 2024
82 checks passed
@clintropolis clintropolis deleted the remove-planner-serializeComplexValues-config branch December 11, 2024 21:08
@adarshsanjeev adarshsanjeev added this to the 32.0.0 milestone Jan 16, 2025
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.

3 participants