walterddr opened a new pull request, #10020: URL: https://github.com/apache/pinot/pull/10020
this is a follow up on https://github.com/apache/pinot/pull/9886 Changelist === 1. FilterOperand now support ISTRUE and ISNOTTRUE, which can be generated by Calcite 2. FilterOperand now use BooleanUtils.toBoolean to convert to boolean (not ideal in performance but surely for correctness) 3. Changed conversion rule for Boolean type in DataSchema b/c MIN(boolCol) and MAX(boolCol) returns a DOUBLE instead of an INT -- 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]
