-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Adjust the test based on the year change #118827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pinging @elastic/es-analytical-engine (Team:Analytics) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - and let's not forget to also forward port to 8.18/main + get rid of the mute there.
Ah, main+8.x are taken care of in #118815 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works.. for a while :)
I guess it can stay, but at some point it might be worth limiting the impact of TODAY()
's variation. (SELECT first_name, hire_date FROM employees WHERE hire_date > DATE_TRUNC('CENTURY', TODAY()) - INTERVAL 11 YEARS ORDER BY first_name ASC LIMIT 5
)
Fixes #118810