abhioncbr commented on PR #11395: URL: https://github.com/apache/pinot/pull/11395#issuecomment-1686721338
> > > Without this PR, the query `SELECT CASE WHEN boolCol = true THEN 'Yes'` also returns NULL if `boolCol` is NULL or false. Is the purpose of this PR only to improve performance? If that's the case, we can simply re-enable the ignored query. > > > > > > Initially, when I started looking a couple of months back, it was an issue, but as of now, it is more or less a performance improvement and enabling the ignored queries. Please let me know if we can drop the performance improvement changes. Thanks > > I see. Please drop the performance improvement changes. Just out of curiosity, any particular reason for not having the performance logic? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
