suryaprasanna commented on PR #17934:
URL: https://github.com/apache/hudi/pull/17934#issuecomment-3830558296

   @voonhous  @nsivabalan 
   In our systems, we noticed partition filters getting dropped when multiple 
conditions are added for the same column. 
   Ex: Where condition  like `WHERE datestr >= '2025-01-01' and datestr <= 
'2025-01-31'`. 
   What we noticed is filter dropped one of them,s o we removed the usage of 
ExpressionSet. But somehow when I created the unit test, it is working without 
the fix as well.
   Not sure, why the error showed up in our systems. Can it because we compiled 
the code using Java 8 and running with Java 11?


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