amrishlal commented on issue #8008:
URL: https://github.com/apache/pinot/issues/8008#issuecomment-1013552767


   > I can try to get a more detailed exception by digging into the logs.
   
   I tried reproducing it locally (count(*) query on a column with range index) 
using a test case in OfflineClusterIntegrationTest.java, but not able to do so.
   
   ```
     @Test
     public void testExplainPlanQueryWithRangeIndex()
       throws Exception {
       String query3 = "EXPLAIN PLAN FOR SELECT count(*) FROM mytable WHERE 
DayOfWeek > 100 LIMIT 10";
       String response3 = postSqlQuery(query3, 
_brokerBaseApiUrl).get("resultTable").toString();
   
       System.out.println(response3);
     }
   ```
   
   


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