You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/03/24 20:42:40 UTC

[GitHub] [pinot] elonazoulay opened a new issue #8406: Pinot returns empty result set when there is an invalid column

elonazoulay opened a new issue #8406:
URL: https://github.com/apache/pinot/issues/8406


   Would it make sense to add a config flag to fail a query if a column which does not exist is in a select statement?
   ex. `select <random column name that doesn't exist> from table` produces an empty result set but no error.


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [pinot] Jackie-Jiang commented on issue #8406: Pinot returns empty result set when there is an invalid column

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #8406:
URL: https://github.com/apache/pinot/issues/8406#issuecomment-1078422396


   It is supported in #7590. Do you have the schema stored for this table?


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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