Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2 GA (Moore)
-
Fix Version/s: 2.1.12 (Lovelace SR12), 2.2.1 (Moore SR1), 3.0 M1 (Neumann)
-
Component/s: None
-
Labels:None
-
Environment:Ubuntu Linux 18.04, openjdk-11-jdk amd64, spring-boot 2.2.0.RELEASE, cqlsh 5.0.1, Cassandra 3.11.4, CQL spec 3.4.4, Native protocol v4
-
Last commented by a User:true
-
Pull Request URL:
-
Sprint:Moore SR1
Description
I created entity with LocalTime property. When I save my entity with value something like '16:37:08.696' it saves like this '00:00:00.059828696'. And If I retrieve this value it in java side everything fine. Only cqlsh shows completelly different value.
Expected result:
If I store this value LocalDate.parse("10:15:30"), cqlsh should show like this '10:15:30.000000000'.