Commit 96db89a
Strip trailing OK from ClickHouse EXPLAIN output in tests (#121)
ClickHouse sometimes appends "OK" as a success indicator after
EXPLAIN AST output. This is not part of the actual AST and should
be stripped when comparing expected vs actual output.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent eb9f9a9 commit 96db89a
File tree
2 files changed
+5
-1
lines changed- parser
- testdata/01544_errorCodeToName
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
241 | 245 | | |
242 | 246 | | |
243 | 247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments