jadami10 commented on issue #17115:
URL: https://github.com/apache/pinot/issues/17115#issuecomment-3470652411
ya, that's exactly what I'm doing. I'm running some more tests and I see
another bug
```
SELECT COUNT(*) AS count,
DISTINCTCOUNT(id) AS distinct_count_id,
SUM(amount) AS sum_amount
FROM test_table
WHERE created_at_ms < 0
LIMIT 1
```
does not respect the table aliases
```
"columnNames": [
"count(*)",
"distinctcount(id)",
"sum(amount)"
],
```
Need some time to investigate this as well
--
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]