Skip to content

Commit 0211ca3

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent d269c5b commit 0211ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/planbuilder/parse_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2969,7 +2969,7 @@ func TestPlanBuilderErr(t *testing.T) {
29692969
Query: "select 1 from xy group by 100;",
29702970
Err: "column ordinal out of range: 100",
29712971
},
2972-
2972+
29732973
// Test mixed named columns and star expressions
29742974
{
29752975
Query: "SELECT x, * FROM xy",

0 commit comments

Comments
 (0)