[GitHub] [carbondata] lamber-ken commented on a change in pull request #3258: [HOTFIX] fix none defaultValue for dateFormat and timestampFormat

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] lamber-ken commented on a change in pull request #3258: [HOTFIX] fix none defaultValue for dateFormat and timestampFormat

GitBox
lamber-ken commented on a change in pull request #3258: [HOTFIX] fix none defaultValue for dateFormat and timestampFormat
URL: https://github.com/apache/carbondata/pull/3258#discussion_r291094596
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/core/constants/CarbonLoadOptionConstants.java
 ##########
 @@ -71,7 +71,7 @@
   public static final String CARBON_OPTIONS_TIMESTAMPFORMAT =
           "carbon.options.timestamp.format";
 
-  public static final String CARBON_OPTIONS_TIMESTAMPFORMAT_DEFAULT = "";
+  public static final String CARBON_OPTIONS_TIMESTAMPFORMAT_DEFAULT = "yyyy-MM-dd HH:mm:ss";
 
 Review comment:
   hi @zzcclp, mean this?
   ```
   CARBON_OPTIONS_TIMESTAMPFORMAT_DEFAULT = CarbonCommonConstants.CARBON_TIMESTAMP_DEFAULT_FORMAT
   ```
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[hidden email]


With regards,
Apache Git Services