-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Conversation
e9e94d6
to
0d20aae
Compare
@@ -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(); |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
).
There was a problem hiding this comment.
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.
2d0d346
to
e8e91b7
Compare
Rebased on master to resolve conflicts. |
Description
Enable enableNullHandling query options in Pinot.
Release notes
(x) Release notes are required, with the following suggested text: