Fix sql JdbcDocCsvSpecIT test {docs.testFilterToday} failing (#109274)

This commit fixes an SQL test that hardcodes expected results based on today's date. The docs.testFilterToday test needs to be updated since June 2 2024, because Anneke's hire-date of 1989-06-02 (35 years ago as of time of writing) affects the expected output.
This commit is contained in:
Chris Hegarty 2024-06-03 08:30:36 +01:00 committed by ChrisHegarty
parent 1aae486782
commit 8d96bbe3bf
1 changed files with 1 additions and 1 deletions

View File

@ -3351,9 +3351,9 @@ SELECT first_name FROM emp WHERE hire_date > TODAY() - INTERVAL 35 YEARS ORDER B
------------
Alejandro
Amabile
Anneke
Anoosh
Basil
Bojan
// end::filterToday
;