Skip to content

Conversation

@cecemei
Copy link
Contributor

@cecemei cecemei commented Dec 16, 2025

Fix bug for NestedCommonFormatColumnPartSerde

This PR has:

  • been self-reviewed.
  • added documentation for new or modified features or behaviors.
  • a release note entry in the PR description.
  • added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links.
  • added or updated version, license, or notice information in licenses.yaml
  • added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold for code coverage is met.
  • added integration tests.
  • been tested in a test Druid cluster.

@github-actions github-actions bot added the GHA label Dec 16, 2025
@cecemei cecemei changed the title test-parser Fix bug for NestedCommonFormatColumnPartSerde Dec 17, 2025
@cecemei cecemei marked this pull request as ready for review December 17, 2025 01:56
Copy link
Member

@kgyrtkirk kgyrtkirk left a comment

Choose a reason for hiding this comment

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

looks good to me; fixes the issue I was seeing in #18847!

@kgyrtkirk kgyrtkirk merged commit aac2d0b into apache:master Dec 17, 2025
55 checks passed
Comment on lines +485 to +486
@JsonProperty("longFieldBitmapIndexType")@Nullable BitmapIndexType longFieldBitmapIndex,
@JsonProperty("doubleFieldBitmapIndexType")@Nullable BitmapIndexType doubleFieldBitmapIndex
Copy link
Contributor

@abhishekrb19 abhishekrb19 Dec 17, 2025

Choose a reason for hiding this comment

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

Should we also rename these arguments to align with the json property names and stuff that's defined in the underlying spec NestedCommonFormatColumnFormatSpec:

  • longFieldBitmapIndex -> longFieldBitmapIndexType
  • doubleFieldBitmapIndex -> doubleFieldBitmapIndexType

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