Skip to content

Commit 2aee6be

Browse files
authored
rm extra comment
1 parent a1bd7a3 commit 2aee6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/queries/script_queries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ var ScriptTests = []ScriptTest{
129129
},
130130
Assertions: []ScriptTestAssertion{
131131
{
132-
// Reproduces customer's "48 is beyond maximum value" error when BIT and integer constants are UNIONed
132+
// max1err
133133
Query: `SELECT archived FROM report_card WHERE id = 1
134134
UNION ALL
135135
SELECT 48 FROM report_card WHERE id = 1`,

0 commit comments

Comments
 (0)