You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/08/23 05:06:48 UTC

[GitHub] himanshug commented on a change in pull request #6217: do not ignore ms in ruby time

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org