File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1537,8 +1537,11 @@ def test_does_not_duplicate_optimizer_hints_on_merge_coerced
1537
1537
assert_equal expected , query
1538
1538
end
1539
1539
1540
- # Order column must be in the GROUP clause. However, with implicit ordering we can't test this when selecting expression column.
1541
- coerce_tests! %r{runs queries when using pick with expression column and empty IN}
1540
+ # Order column must be in the GROUP clause. However, with implicit ordering we can't test this when selecting non-aggregate expression column.
1541
+ coerce_tests! %r{no queries when using pick with non-aggregate expression and empty IN}
1542
+
1543
+ # Order column must be in the GROUP clause. However, with implicit ordering we can't test this when selecting aggregate expression column.
1544
+ coerce_tests! %r{runs queries when using pick with aggregate expression despite empty IN}
1542
1545
end
1543
1546
end
1544
1547
You can’t perform that action at this time.
0 commit comments