Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(eventstore): Use more correct start date for eventstore (#67070)
Clickhouse behaves oddly when the normal epoch is used for dates: ClickHouse/ClickHouse#9335 (comment) This was working before by coincedence: an obsolete piece of code (query splitters) in Snuba was clamping the date to a non-epoch value. When the query splitters were removed, this started breaking. Instead of simply asking for "all time" use a date that aligns with how our data is actually stored. This is also not a new issue, see #30912
- Loading branch information