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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org