mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Mute JdbcCsvSpecIT#testCurrentDateFilter (#65341)
Muting for https://github.com/elastic/elasticsearch/issues/65336
This commit is contained in:
parent
a86c8dce70
commit
67b6317488
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user