xiedeyantu commented on code in PR #4301:
URL: https://github.com/apache/calcite/pull/4301#discussion_r2045672906
##########
core/src/test/resources/sql/planner.iq:
##########
@@ -59,9 +59,9 @@ EnumerableNestedLoopJoin(condition=[IS NOT DISTINCT FROM($0,
$1)], joinType=[sem
EnumerableValues(tuples=[[{ 0 }, { 1 }]])
!plan
-!set reset-rules ""
+!set planner-rules original
-# Test reset-rules can reset init rules
+# Test that rules set by "!set planner-rules original" are sticky
Review Comment:
Sorry, I fixed this. When I was developing, I found that multiple SQL
statements would be affected by the changed rules if I didn't reset them. So I
specifically verified this problem when debugging.
--
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]