Skip to content

Commit

Permalink
Update SQLSessionIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Yihao-Xu committed Nov 8, 2024
1 parent c574b0b commit aebf5d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7071,7 +7071,7 @@ public void testMappingTransform() {
+ "Total line number = 3\n";
executor.executeAndCompare(query, expect);

if (!isScaling) {
if (!isScaling && isOptimizerOpen) {
query = "explain SELECT first(s1), last(s2), first(s3), last(s4) from us.d1;";
expect =
"ResultSets:\n"
Expand Down

0 comments on commit aebf5d7

Please sign in to comment.