[GitHub] carbondata pull request #2227: [CARBONDATA-2401] Date and Timestamp options ...

classic Classic list List threaded Threaded
39 messages Options
12
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2227: [CARBONDATA-2401] Date and Timestamp options are not...

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2227
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/5541/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2227: [CARBONDATA-2401] Date and Timestamp options are not...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2227
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/4421/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2227: [CARBONDATA-2401] Date and Timestamp options are not...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user BJangir commented on the issue:

    https://github.com/apache/carbondata/pull/2227
 
    Retest this please


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2227: [CARBONDATA-2401] Date and Timestamp options are not...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2227
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/5582/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2227: [CARBONDATA-2401] Date and Timestamp options are not...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2227
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/4428/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2227: [CARBONDATA-2401] Date and Timestamp options are not...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2227
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/5589/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2227: [CARBONDATA-2401] Date and Timestamp options are not...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/2227
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/4677/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2227: [CARBONDATA-2401] Date and Timestamp options ...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2227#discussion_r186276999
 
    --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/model/CarbonLoadModelBuilder.java ---
    @@ -81,9 +81,8 @@ public CarbonLoadModel build(Map<String, String> options, long UUID, String task
         build(options, optionsFinal, model, null);
     
     
    -    // set default values
    -    model.setTimestampformat(CarbonCommonConstants.CARBON_TIMESTAMP_DEFAULT_FORMAT);
    -    model.setDateFormat(CarbonCommonConstants.CARBON_DATE_DEFAULT_FORMAT);
    +    // set default values other than time format
    --- End diff --
   
    This comment can be removed


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2227: [CARBONDATA-2401] Date and Timestamp options are not...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user jackylk commented on the issue:

    https://github.com/apache/carbondata/pull/2227
 
    retest this please


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2227: [CARBONDATA-2401] Date and Timestamp options are not...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2227
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/4504/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2227: [CARBONDATA-2401] Date and Timestamp options are not...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2227
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/5664/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2227: [CARBONDATA-2401] Date and Timestamp options ...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user BJangir commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2227#discussion_r187087122
 
    --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/model/CarbonLoadModelBuilder.java ---
    @@ -81,9 +81,8 @@ public CarbonLoadModel build(Map<String, String> options, long UUID, String task
         build(options, optionsFinal, model, null);
     
     
    -    // set default values
    -    model.setTimestampformat(CarbonCommonConstants.CARBON_TIMESTAMP_DEFAULT_FORMAT);
    -    model.setDateFormat(CarbonCommonConstants.CARBON_DATE_DEFAULT_FORMAT);
    +    // set default values other than time format
    --- End diff --
   
    OK.Fixed


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2227: [CARBONDATA-2401] Date and Timestamp options are not...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user kumarvishal09 commented on the issue:

    https://github.com/apache/carbondata/pull/2227
 
    retest this please


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2227: [CARBONDATA-2401] Date and Timestamp options are not...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2227
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/5780/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2227: [CARBONDATA-2401] Date and Timestamp options are not...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2227
 
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/4624/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2227: [CARBONDATA-2401] Date and Timestamp options are not...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/2227
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/4832/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2227: [CARBONDATA-2401] Date and Timestamp options are not...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2227
 
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/4627/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2227: [CARBONDATA-2401] Date and Timestamp options are not...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user kumarvishal09 commented on the issue:

    https://github.com/apache/carbondata/pull/2227
 
    LGTM


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2227: [CARBONDATA-2401] Date and Timestamp options ...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user asfgit closed the pull request at:

    https://github.com/apache/carbondata/pull/2227


---
12