alamb commented on issue #104:
URL: 
https://github.com/apache/arrow-datafusion/issues/104#issuecomment-1747198717

   Hi @qrilka  👋  thanks!
   
   I think the idea was to follow the same convention as the rest of the code 
so the column name more closely matches the SQL expression that was typed in 
   
   So in this case, I think the expected behavior would be
   
   ```
   ❯ select count(*) from (select null);
   +-----------------+
   | COUNT(*)        |
   +-----------------+
   | 1               |
   +-----------------+
   1 row in set. Query took 0.001 seconds.
   ```
   
   Or something similar


-- 
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]

Reply via email to