• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

AfterShip / clickhouse-sql-parser / 30480769660
55%
master: 55%

Build:
Build:
LAST BUILD BRANCH: fix-table-function-arg-exprs
DEFAULT BRANCH: master
Ran 29 Jul 2026 06:38PM UTC
Jobs 1
Files 17
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

29 Jul 2026 06:37PM UTC coverage: 54.563% (+0.3%) from 54.268%
30480769660

Pull #293

github

therealpandey
Keep GLOBAL an operator unless a join actually follows it

Ending the expression whenever GLOBAL was not followed by IN/NOT left the
keyword for the enclosing clause to pick up, and the select item parser
takes any non-reserved keyword as an implicit alias. So
`SELECT a GLOBAL FROM t` began parsing as `SELECT a AS GLOBAL FROM t`,
which ClickHouse rejects as a syntax error. Looking ahead for the join
operator instead narrows the back-off to the locality it was meant for and
leaves GLOBAL binding like IN everywhere else, as it did before.

The ARRAY JOIN guard compared against the uppercase keyword, but
parseJoinOp records each modifier's source spelling, so
`GLOBAL array JOIN arr` slipped past it and read the column list as a
table expression.
Pull Request #293: Fix parsing of the GLOBAL/LOCAL join locality and GLOBAL NOT IN

43 of 47 new or added lines in 3 files covered. (91.49%)

514 existing lines in 3 files now uncovered.

9004 of 16502 relevant lines covered (54.56%)

3074.65 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
87.87
0.17% parser/format.go
1
77.99
0.85% parser/parser_column.go

Coverage Regressions

Lines Coverage ∆ File
232
87.87
0.17% parser/format.go
147
77.69
1.74% parser/parser_query.go
135
77.99
0.85% parser/parser_column.go
Jobs
ID Job ID Ran Files Coverage
1 30480769660.1 29 Jul 2026 06:38PM UTC 17
54.56
GitHub Action Run
Source Files on build 30480769660
  • Tree
  • List 17
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #293
  • PR Base - master (#30451464603)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc