pjpringle commented on issue #8251: URL: https://github.com/apache/pinot/issues/8251#issuecomment-1103295588
> @Jackie-Jiang This is also a requirement to support Tableau completely from our end. Is there a way we can implement this? Currentl, `WHERE column IS NULL` is supported when we set `nullHandlingEnabled` to `true`. But `CASE WHEN col IS NULL THEN a ELSE b` throws parsing exception. Did you miss the END in the case statement? -- 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]
