voonhous commented on PR #17934: URL: https://github.com/apache/hudi/pull/17934#issuecomment-3830700405
> @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? No idea, i was trying to reproduce this too and couldn't. Which is why i asked for a unit test to be added so i could repro it... Hmmm, nonetheless, we can change this PR to a test PR to add test coverage. -- 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]
