maytasm commented on code in PR #17890:
URL: https://github.com/apache/druid/pull/17890#discussion_r2035800518


##########
server/src/main/java/org/apache/druid/metadata/segment/cache/SegmentRecord.java:
##########
@@ -96,8 +97,8 @@ static SegmentRecord fromResultSet(ResultSet r)
   }
 
   @Nullable
-  private static DateTime nullSafeDate(String date)
+  private static DateTime nullAndEmptySafeDate(String date)

Review Comment:
   Oops I merged and missed this comment.



-- 
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