[ 
https://issues.apache.org/jira/browse/BEAM-9379?focusedWorklogId=643750&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-643750
 ]

ASF GitHub Bot logged work on BEAM-9379:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 30/Aug/21 22:19
            Start Date: 30/Aug/21 22:19
    Worklog Time Spent: 10m 
      Work Description: apilloud commented on a change in pull request #14729:
URL: https://github.com/apache/beam/pull/14729#discussion_r698846200



##########
File path: 
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/rule/JoinRelOptRuleCall.java
##########
@@ -53,6 +54,15 @@ public void transformTo(RelNode rel, Map<RelNode, RelNode> 
equiv) {
     }
   }
 
+  @Override
+  public void transformTo(
+      RelNode relNode, Map<RelNode, RelNode> map, RelHintsPropagator 
relHintsPropagator) {
+    if (checker.check(relNode)) {
+      // FIXME: CHECK IF THIS IS CORRECT

Review comment:
       Looks correct to me.




-- 
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 643750)
    Time Spent: 30h 50m  (was: 30h 40m)

> Upgrade to Calcite 1.26.0
> -------------------------
>
>                 Key: BEAM-9379
>                 URL: https://issues.apache.org/jira/browse/BEAM-9379
>             Project: Beam
>          Issue Type: Task
>          Components: dsl-sql
>            Reporter: Rui Wang
>            Assignee: Andrew Pilloud
>            Priority: P2
>          Time Spent: 30h 50m
>  Remaining Estimate: 0h
>
> Upgrade to Calcite 1.22.0 after it gets released (expected by end of Feb 
> 2020).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to