walterddr commented on PR #11457: URL: https://github.com/apache/pinot/pull/11457#issuecomment-1724208046
i was wondering if there's a better way to handle it. expanding both into a CAST seems a bit overkill b/c we might not really want to perform the cast operation, is there any rule in Calcite during parsing time to convert the group-by into just an index reference (e.g. `SELECT toBase64(toUtf8(AirlineID)) as encoded FROM mytable GROUP BY encoded` ) -- 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]
