avantgardnerio commented on PR #7192:
URL: 
https://github.com/apache/arrow-datafusion/pull/7192#issuecomment-1681158630

   Does anyone know how I test filters? I see in the codebase:
   
   ```
       /// Optional filter expression to evaluate, one for each for
       /// accumulator. If present, only those rows for which the filter
       /// evaluate to true should be included in the aggregate results.
       ///
       /// For example, for an aggregate like `SUM(x FILTER x > 100)`,
       /// the filter expression is  `x > 100`.
   ```
   
   but when I try that syntax I get:
   
   
![image](https://github.com/apache/arrow-datafusion/assets/3855243/5ab3e7b2-c7a1-4cae-94a4-c832a2a801b9)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to