You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.hasMessageContaining("Invalid DATE/TIME in type conversion");
188
+
}
189
+
180
190
@Test
181
191
publicvoidtestSingleStoreTinyint()
182
192
{
@@ -311,24 +321,6 @@ public void testPredicatePushdown()
311
321
.isNotFullyPushedDown(AggregationNode.class);
312
322
}
313
323
314
-
@Test
315
-
@Override
316
-
publicvoidtestCreateTableAsSelectNegativeDate()
317
-
{
318
-
// TODO (https://github.com/trinodb/trino/issues/10320) SingleStore stores '0000-00-00' when inserted negative dates and it throws an exception during reading the row
.hasStackTraceContaining("TrinoException: Driver returned null LocalDate for a non-null value");
321
-
}
322
-
323
-
@Test
324
-
@Override
325
-
publicvoidtestInsertNegativeDate()
326
-
{
327
-
// TODO (https://github.com/trinodb/trino/issues/10320) SingleStore stores '0000-00-00' when inserted negative dates and it throws an exception during reading the row
328
-
assertThatThrownBy(super::testInsertNegativeDate)
329
-
.hasStackTraceContaining("TrinoException: Driver returned null LocalDate for a non-null value");
0 commit comments