Files
superset2/superset/utils
Maxime Beauchemin 6c00ee2eec fix(charts): use separator-aware matching for time shift column grouping
The `endswith(ts)` check in `get_column_groups` matched columns
incorrectly when time shifts shared a numeric suffix — e.g.
"metric__22 weeks ago".endswith("2 weeks ago") returned True,
causing columns to be misclassified. Use `endswith(TIME_COMPARISON + ts)`
to include the "__" separator in the match.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-06 19:51:54 +00:00
..
2026-01-16 21:58:41 -08:00
2026-04-15 15:57:04 +03:00
2026-03-17 10:20:09 -04:00