raj-s-gouda opened a new issue, #2562:
URL: https://github.com/apache/drill/issues/2562

   **Describe the bug**
   When below query is run on MongoDB plugin using Drill 1.19  it is returning 
an invalid count as output
    select count(*) from Table_A where Col_1 <= 3
   
   **To Reproduce**
   Data: Table_A
   Col_1  |  Col_2
   -----------------------
   1         |   A
   2         |   B
   3         |   C
   4         |   D
   5         |   E
   
   **Expected behavior**
   Count  : 3
   
   Actual Result : 5


-- 
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: dev-unsubscr...@drill.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to