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 2020/10/27 00:39:43 UTC

[GitHub] [incubator-pinot] jackjlli opened a new issue #6193: Improve the code of SQL comparison in `ClusterIntegrationTestUtils` class

jackjlli opened a new issue #6193:
URL: https://github.com/apache/incubator-pinot/issues/6193


   Currently the comparison logic of SQL queries is so limited that:
   * any queries with multi-value column will skip the comparison.
   * the order by columns has to be in the selection clause.
   * no logic to validate selection queries without order by columns.
   
   We should improve this comparison logic to cover more use cases.


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



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


[GitHub] [incubator-pinot] snleee closed issue #6193: Improve the code of SQL comparison in `ClusterIntegrationTestUtils` class

Posted by GitBox <gi...@apache.org>.
snleee closed issue #6193:
URL: https://github.com/apache/incubator-pinot/issues/6193


   


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



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