You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/04/29 01:35:47 UTC

[GitHub] [flink] wuchong edited a comment on issue #8302: [FLINK-12269][table-blink] Support Temporal Table Join in blink planner and runtime

wuchong edited a comment on issue #8302: [FLINK-12269][table-blink] Support Temporal Table Join in blink planner and runtime
URL: https://github.com/apache/flink/pull/8302#issuecomment-487433247
 
 
   Hi @godfreyhe , I add the `JoinPushExpressionsRule.INSTANCE` rule into predicate pushdown stage to make sure the calculation expression can be pushed down (to make sure `ON mod(a, 4) = b` is an equi join).  That's why several results of plan test are changed. I have checked, the changes are reasonable.
   
   It would be nice if you can have a look too.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services