twalthr commented on issue #7079: [FLINK-10845][table] Support multiple different DISTINCT aggregates for batch URL: https://github.com/apache/flink/pull/7079#issuecomment-441015518 @xueyumusic I just found the following rule `org.apache.calcite.rel.rules.FilterRemoveIsNotDistinctFromRule`. Would this solve our problem? "Planner rule that replaces {@code IS NOT DISTINCT FROM} * in a {@link Filter} with logically equivalent operations."
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
