yashmayya commented on PR #16885: URL: https://github.com/apache/pinot/pull/16885#issuecomment-3335345385
> If it is from the default value, we should probably use col IS NOT NULL to filter out the null records as a workaround That's a valid workaround, but I don't think it makes sense to fail such cast queries by default whenever there are null values so we do need this fix. And note that these queries currently fail regardless of whether query time null handling is enabled or not. -- 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]
