Skip to content

Commit

Permalink
Mute JdbcCsvSpecIT#testCurrentDateFilter
Browse files Browse the repository at this point in the history
Muting for elastic#65336
  • Loading branch information
original-brownbear committed Nov 22, 2020
1 parent f4a462d commit e35fe7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugin/sql/qa/server/src/main/resources/date.csv-spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ SELECT TRUNCATE(YEAR(TODAY() - INTERVAL 50 YEARS) / 1000) AS result;
;


currentDateFilter
// AwaitsFix https://github.com/elastic/elasticsearch/issues/65336
currentDateFilter-Ignore
SELECT first_name FROM test_emp WHERE hire_date > CURRENT_DATE() - INTERVAL 35 YEARS ORDER BY first_name ASC LIMIT 10;

first_name
Expand Down

0 comments on commit e35fe7d

Please sign in to comment.