Skip to content

Commit 291db99

Browse files
committed
Fix additional test failures after rebase on main
- Fix CRLF line endings in explain_5.txt for query_cache_ignore_output_settings test - Add -inf literal parsing difference to explain_todo (parser uses negate(inf) vs literal -inf)
1 parent cc20c69 commit 291db99

2 files changed

Lines changed: 16 additions & 11 deletions

File tree

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
{}
1+
{
2+
"explain_todo": {
3+
"stmt3": true,
4+
"stmt4": true
5+
}
6+
}
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
SelectWithUnionQuery (children 1)
2-
ExpressionList (children 1)
3-
SelectQuery (children 3)
4-
ExpressionList (children 2)
5-
Literal \'03710\'
6-
Identifier c
7-
TablesInSelectQuery (children 1)
8-
TablesInSelectQueryElement (children 1)
9-
TableExpression (children 1)
10-
TableIdentifier tab
1+
SelectWithUnionQuery (children 1)
2+
ExpressionList (children 1)
3+
SelectQuery (children 3)
4+
ExpressionList (children 2)
5+
Literal \'03710\'
6+
Identifier c
7+
TablesInSelectQuery (children 1)
8+
TablesInSelectQueryElement (children 1)
9+
TableExpression (children 1)
10+
TableIdentifier tab
1111
Set

0 commit comments

Comments
 (0)