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/10/25 22:46:07 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #9660: column data type is always STRING when results are empty.

Jackie-Jiang commented on issue #9660:
URL: https://github.com/apache/pinot/issues/9660#issuecomment-1291219224

   When no row selected, we can consider returning empty result table (no data schema, no row) in the broker response. Another related issue is for aggregation query: #9531. There is indeed backward compatible concern around this change when the client/user expects non-empty result table (with data schema but no row).
   Can you please also check the behavior for other query engines when there is no row selected? E.g. Presto, Postgres, MySQL


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