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 94a9b25 commit f236bb3Copy full SHA for f236bb3
server/src/test/java/org/elasticsearch/index/fielddata/ScriptDocValuesDatesTests.java
@@ -47,6 +47,7 @@ public void testJavaTime() throws IOException {
47
assertDateDocValues(true);
48
}
49
50
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32779")
51
public void testJodaTimeBwc() throws IOException {
52
assertDateDocValues(false, "The joda time api for doc values is deprecated." +
53
" Use -Des.scripting.use_java_time=true to use the java time api for date field doc values");
0 commit comments