Skip to content

Commit

Permalink
Fix sql JdbcDocCsvSpecIT test {docs.testFilterToday} failing (elastic…
Browse files Browse the repository at this point in the history
…#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.
  • Loading branch information
ChrisHegarty committed Jun 3, 2024
1 parent 1aae486 commit 8d96bbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
;

Expand Down

0 comments on commit 8d96bbe

Please sign in to comment.