Skip to content

Commit 8d96bbe

Browse files
committed
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.
1 parent 1aae486 commit 8d96bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/sql/qa/server/src/main/resources/docs/docs.csv-spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3351,9 +3351,9 @@ SELECT first_name FROM emp WHERE hire_date > TODAY() - INTERVAL 35 YEARS ORDER B
33513351
------------
33523352
Alejandro
33533353
Amabile
3354-
Anneke
33553354
Anoosh
33563355
Basil
3356+
Bojan
33573357
// end::filterToday
33583358
;
33593359

0 commit comments

Comments
 (0)