-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.13.0
-
Fix Version/s: avatica-1.12.0
-
Component/s: avatica
-
Labels:None
dateStringToUnixDate() / unixDateToString() do not return consistent result.
The following test fails:
@Test public void testUnixDate() { int days = DateTimeUtils.dateStringToUnixDate("1500-04-30"); assertEquals("1500-04-30", DateTimeUtils.unixDateToString(days)); }
- blocks
-
FLINK-6429 Bump up Calcite version to 1.13
-
- Resolved
-
- is depended upon by
-
CALCITE-2330 Release Avatica 1.12
-
- Closed
-
- is related to
-
CALCITE-1832 DateTimeUtils dateString to Unix translation error
-
- Closed
-
-
CALCITE-2182 Release Avatica 1.11
-
- Closed
-
- links to
(1 links to)