Jackie-Jiang commented on issue #8254: URL: https://github.com/apache/pinot/issues/8254#issuecomment-1055652364
That are 2 orthogonal problems to solve. We need to decide a default value for the time column, but can also enable the null value support (which is segment level) by default. When null value support is enabled (currently we need to explicitly enable it by setting `nullHandlingEnabled` to `true` in `tableIndexConfig`), we can skip the null time columns by using `timeCol IS NOT NULL`. In the future we can potentially add a config to automatically rewrite the query to skip the null values. @KKcorps Do you think enabling the null handling and add a filter can solve your problem? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org