mapleFU commented on issue #37006:
URL: https://github.com/apache/arrow/issues/37006#issuecomment-1669006854

   After check with 
   
   ```
   cp::Expression filter = cp::and_(cp::equal(cp::field_ref("f5"), 
cp::literal("22323")), cp::not_(cp::is_null(cp::field_ref("f5"))));
   ```
   
   This can scan the table out. So I wonder the pushdown rule is wrong in Hudi. 
Please refer to https://github.com/oap-project/gluten/issues/2513 for encoding.


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