gortiz commented on issue #12949:
URL: https://github.com/apache/pinot/issues/12949#issuecomment-2093178038

   > I think I did everything right and the result is better. The query with 
"where" condition returns less records than without.
   
   That looks strange, AFAIK we didn't change that part of the code since 
1.1.0. But good to know, maybe we can catch where the problem was fixed thanks 
to that.
   
   > But I can't see any "stageStats" which makes me suspicious.
   > Should "stageStats" appear in the query plan or in the "query response 
stats"?
   
   It should be in the returned JSON. If you execute the query using the _Pinot 
UI_ (aka the controller web interface) you should be able to read that by 
clicking on _Show JSON format_. Then the table below will be changed with a 
(probably very large) json that will contain the data of your response and 
other metadata like `stageStats`. See this image:
   
   
![image](https://github.com/apache/pinot/assets/1913993/adb9ea61-1044-4a9e-9c3e-5fb4c67cb775)
   


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