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

fix NPE that can happen when merging all null nested v4 format columns #14068

Merged
merged 2 commits into from
Apr 12, 2023

Conversation

clintropolis
Copy link
Member

@clintropolis clintropolis commented Apr 11, 2023

Description

Fixes another regression related to #14014, this time when processing all null or nonexistent columns with the 'json' (v4) format. Added a test to ensure that non-existent data is processed correctly, and tests for explicit 'auto' dimension schema with non-existent columns to ensure new common format also doesn't have any issues with non-existent columns.

This PR has:

  • been self-reviewed.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold for code coverage is met.
  • been tested in a test Druid cluster.

@clintropolis clintropolis added this to the 26.0 milestone Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants