Files
superset2/tests/unit_tests
Jean Massucatto 5606d5d2e3 perf(date_parser): bound regex quantifiers for deterministic parsing performance (#36983)
Cherry-picked from master commit 459b4cb23d

Accepted:
- Bounded \s+ to \s{1,5} and \s* to \s{0,5} in time_range_lookup regexes
- Added tests for bounded whitespace validation

Adapted:
- Preserved 6.0-release "first/1st of" patterns between modified sections
- Kept existing tests for "first of" expressions

Original author: Jean Massucatto <massucattoj@gmail.com>
2026-01-26 12:40:52 -08:00
..
2024-05-29 19:04:37 -07:00
2026-01-26 12:40:52 -08:00
2026-01-26 12:40:52 -08:00
2026-01-26 12:40:49 -08:00
2024-05-29 19:04:37 -07:00
2025-09-12 17:07:53 -07:00