shounakmk219 opened a new pull request, #12607: URL: https://github.com/apache/pinot/pull/12607
Currently the `ConstantExecutionNode ` stores the literal value as String which creates problems while dealing with boolean literals as the execution returns a String and ends up doing `STRING.toInt` (`toInt` as boolean has stored type as int)on a `"true"` value while it should be doing `BOOLEAN.toInt` instead. -- 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]
