You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by vdiravka <gi...@git.apache.org> on 2017/08/21 15:28:33 UTC

[GitHub] drill issue #916: DRILL-5377: Five-digit year dates are displayed incorrectl...

Github user vdiravka commented on the issue:

    https://github.com/apache/drill/pull/916
  
    @paul-rogers The similar manner is used for Time millis showing in Drill ([TimePrintMillis](https://github.com/apache/drill/blob/3e8b01d5b0d3013e3811913f0fd6028b22c1ac3f/exec/java-exec/src/main/java/org/apache/drill/exec/vector/accessor/sql/TimePrintMillis.java))
    But you are right, using of the custom format for date-to-string conversion is better decision.
    
    Not only test framework converts `Date` to `String`, but [sqlline](https://github.com/julianhyde/sqlline/blob/master/src/main/java/sqlline/Rows.java#L183) as well. So I am going to create an issue ticket for sqlline.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---