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 d871dfd commit 4a5cdf5Copy full SHA for 4a5cdf5
x-pack/plugin/sql/qa/src/main/java/org/elasticsearch/xpack/sql/qa/jdbc/ResultSetTestCase.java
@@ -867,7 +867,8 @@ public void testGettingBooleanValues() throws Exception {
867
assertEquals(false, results.getObject("test_keyword", Boolean.class));
868
});
869
}
870
-
+
871
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/50035")
872
public void testGettingDateWithoutCalendar() throws Exception {
873
createIndex("test");
874
updateMappingForNumericValuesTests("test");
0 commit comments