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

AfterShip / clickhouse-sql-parser / 30622883665

31 Jul 2026 10:14AM UTC coverage: 55.1% (+0.2%) from 54.899%
30622883665

Pull #296

github

therealpandey
Memoize failed INTERVAL operator attempts to avoid exponential backtracking

A failed attempt reparses the whole remaining expression, and every
later interval inside that attempt does the same, so queries with
repeated interval columns backtracked exponentially. The outcome at a
position is deterministic, so record failed positions and fall back to
the identifier reading immediately on a repeat.
Pull Request #296: Fix parsing of an unquoted interval as a column name

9173 of 16648 relevant lines covered (55.1%)

3672.51 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

79.1
/parser/parser_column.go


Source Not Available

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