himanshug commented on a change in pull request #6217: do not ignore ms in ruby 
time
URL: https://github.com/apache/incubator-druid/pull/6217#discussion_r212183385
 
 

 ##########
 File path: 
java-util/src/test/java/io/druid/java/util/common/parsers/TimestampParserTest.java
 ##########
 @@ -97,8 +97,8 @@ public void testAutoInvalid()
   public void testRuby()
   {
     final Function<Object, DateTime> parser = 
TimestampParser.createObjectTimestampParser("ruby");
-    Assert.assertEquals(DateTimes.of("2013-01-16T15:41:47+01:00"), 
parser.apply("1358347307.435447"));
 
 Review comment:
   yeah, input in this test case is string.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to