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

Enable enableNullHandling query options in Pinot #22214

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented May 31, 2024

Description

Enable enableNullHandling query options in Pinot.

Release notes

(x) Release notes are required, with the following suggested text:

# Pinot
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label May 31, 2024
@ebyhr ebyhr force-pushed the ebi/pinot-null branch 2 times, most recently from e9e94d6 to 0d20aae Compare May 31, 2024 08:40
@@ -341,14 +340,7 @@ else if (isFilterPushdownUnsupported(entry.getValue())) {
// See https://docs.pinot.apache.org/developers/advanced/null-value-support for more info.
private boolean isFilterPushdownUnsupported(Domain domain)
{
ValueSet valueSet = domain.getValues();
Copy link
Member Author

@ebyhr ebyhr May 31, 2024

Choose a reason for hiding this comment

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

Should we change the behavior based on enableColumnBasedNullHandling and dimensionFieldSpecs.notNull in a spec?
https://docs.pinot.apache.org/developers/advanced/null-value-support#store-nulls-at-ingestion-time

Copy link
Member

Choose a reason for hiding this comment

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

Good idea! iirc it could be for any field spec (metricFieldSpecs, dateTimeFieldSpecs).

Copy link
Member Author

Choose a reason for hiding this comment

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

I reverted changes in this method to minimize the scope of this PR. We can update it in follow-up.

@ebyhr
Copy link
Member Author

ebyhr commented Jun 5, 2024

Rebased on master to resolve conflicts.

@ebyhr ebyhr merged commit edd5d5b into trinodb:master Jun 5, 2024
17 checks passed
@ebyhr ebyhr deleted the ebi/pinot-null branch June 5, 2024 21:43
@github-actions github-actions bot added this to the 450 milestone Jun 5, 2024
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.

3 participants