tolbertam commented on code in PR #3898:
URL: https://github.com/apache/cassandra/pull/3898#discussion_r1955198867


##########
src/java/org/apache/cassandra/cql3/UntypedResultSet.java:
##########
@@ -442,7 +441,13 @@ public Date getTimestamp(String column)
             return TimestampType.instance.compose(data.get(column));
         }
 
-        public LocalDate getDate(String column) { return 
LocalDate.fromDaysSinceEpoch(CodecUtils.fromUnsignedToSignedInt(data.get(column).getInt()));}
+        public LocalDate getDate(String column)

Review Comment:
   Only used by CQLSSTableWriterTest



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to