jgoday commented on issue #410: URL: https://github.com/apache/arrow-datafusion/issues/410#issuecomment-847310247
@alamb Can I try this ? I was doing some experiments implementing a remove_duplicate_filters that transforms an Exp::BinaryExpr, if both left and right are equal, into only one of his inner expressions (a>5 AND a>5 => a>5). Could this be a valid solution ? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
