suneet-s commented on issue #9792:
URL: https://github.com/apache/druid/issues/9792#issuecomment-623852159
A `count(*)` query generates a native query that looks like
```
{
"queryType": "groupBy",
"dataSource": {
"type": "query",
"query": {
"queryType": "groupBy",
"dataSource": {
"type": "join",
...
```
However a `select *` query generates a native query that looks like
```
"queryType": "groupBy",
"dataSource": {
"type": "join",
...
```
Too late in the day to actually figure out what's going on here, but
hopefully tomorrow it will be obvious what the bug is 🤞
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]