kbastani commented on issue #7546:
URL: https://github.com/apache/pinot/issues/7546#issuecomment-956836463
I've just tested after compiling Pinot from master, and the issue still
exists.
```sql
SELECT CAST(calcs.int1 AS FLOAT) AS TEMP_Test__3817907367__0_
FROM calcs
GROUP BY 1
```
```json
{
"resultTable": {
"dataSchema": {
"columnNames": [
"cast(int1,'FLOAT')"
],
"columnDataTypes": [
"FLOAT"
]
}, ...
```
--
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]