zstan commented on code in PR #1754:
URL: https://github.com/apache/ignite-3/pull/1754#discussion_r1130518970


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/rel/IgniteTableModify.java:
##########
@@ -115,10 +114,9 @@ public IgniteRel clone(RelOptCluster cluster, 
List<IgniteRel> inputs) {
 
     @Override
     public RelWriter explainTerms(RelWriter pw) {
+        // for correct rel obtaining from ExecutionServiceImpl#physNodesCache.

Review Comment:
   We can hold mapping on outdated rels, mute this fix and check: 
ItJoinTest#testIsNotDistinctFrom for example, or probably we need to invalidate 
this cache more carefully.



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

Reply via email to