Aka-shi opened a new issue #6303:
URL: https://github.com/apache/incubator-pinot/issues/6303


   As of now, when we call an aggregate function on a column which doesn't 
exist in the pinot table, the query returns the default value for that 
aggregation type instead of throwing `column doesn't exist` or `column cannot 
be found in <table>` kind of error. This would be misleading for the user as 
the query will succeed. 
   
   Example Query:
   `select max(blah) from transcripts` - this return `-infinity`.


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to