walterddr commented on PR #11941:
URL: https://github.com/apache/pinot/pull/11941#issuecomment-1806891932

   correct. explain query itself is not technically a "query" thus the response 
doesn't necessarily need to be interpretd/validated via the same method. 
   
   see https://www.postgresql.org/docs/current/using-explain.html#USING-EXPLAIN:
   > If you want to feed EXPLAIN's output to a program for further analysis, 
you should use one of its machine-readable output formats (XML, JSON, or YAML) 
instead.
   
   we are not nearly there yet for checking the plan. but i think parsing each 
operator and compare in unordered fashion should be suffice now
   


-- 
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-unsubscr...@pinot.apache.org

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