askalt commented on PR #14327: URL: https://github.com/apache/datafusion/pull/14327#issuecomment-2622614689
I added a test to .slt. It was slightly tricky because setting up a table with existing equivalence classes (e.g., a being an alias for b) is not very straightforward. I took advantage of the fact that the projection [x, y] with the filter x == y generates a new equivalence class. Additionally, I left a small unit test in class.rs. It doesn’t introduce new logic with Execs, but it might be useful for understanding what's happening during debugging. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org