Skip to content

Commit

Permalink
Mute JdbcCsvSpecIT filter.testInWithCompatibleDateTypes (elastic#100192)
Browse files Browse the repository at this point in the history
  • Loading branch information
astefan authored Oct 3, 2023
1 parent 1c86da0 commit 0959525
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ SELECT COUNT(*), TRUNCATE(emp_no, -2) t FROM test_emp WHERE 'aaabbb' RLIKE 'a{2,
1 |10100
;

inWithCompatibleDateTypes1
// AwaitsFix https://github.com/elastic/elasticsearch/issues/96805
inWithCompatibleDateTypes-Ignore
SELECT birth_date FROM test_emp WHERE birth_date IN ({d '1959-07-23'}, CAST('1959-12-25T00:00:00' AS TIMESTAMP), '1964-06-02T00:00:00.000Z') OR birth_date IS NULL ORDER BY birth_date;

birth_date:ts
Expand Down

0 comments on commit 0959525

Please sign in to comment.