We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa29f8 commit a757534Copy full SHA for a757534
x-pack/plugin/sql/qa/server/src/main/resources/date.csv-spec
@@ -37,7 +37,8 @@ SELECT TRUNCATE(YEAR(TODAY() - INTERVAL 50 YEARS) / 1000) AS result;
37
;
38
39
40
-currentDateFilter
+// AwaitsFix https://github.com/elastic/elasticsearch/issues/65336
41
+currentDateFilter-Ignore
42
SELECT first_name FROM test_emp WHERE hire_date > CURRENT_DATE() - INTERVAL 35 YEARS ORDER BY first_name ASC LIMIT 10;
43
44
first_name
0 commit comments