amrishlal commented on PR #9669: URL: https://github.com/apache/pinot/pull/9669#issuecomment-1294129180
> One work-around would be to always keep at least one segment, so that we can get the actual data types @Jackie-Jiang This works very well :-) Great Idea. Allows for properly setting types (even when expressions are used in the select list) when the rest is empty. This is same as what Postgres and Mysql do. The only caveat is that the query will get executed against at least one segment. -- 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]
