[GitHub] carbondata pull request #2306: [CARBONDATA-2479] Multiple issue fixes in SDK...

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

[GitHub] carbondata issue #2306: [CARBONDATA-2479] Multiple issue fixes in SDK writer...

qiuchenjian-2
Github user ajantha-bhat commented on the issue:

    https://github.com/apache/carbondata/pull/2306
 
    @ravipesala : PR is ready


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

[GitHub] carbondata pull request #2306: [CARBONDATA-2479] Multiple issue fixes in SDK...

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

    https://github.com/apache/carbondata/pull/2306#discussion_r188838995
 
    --- Diff: store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonWriterBuilder.java ---
    @@ -540,4 +543,19 @@ private CarbonLoadModel buildLoadModel(CarbonTable table, long UUID, String task
         setCsvHeader(build);
         return build;
       }
    +
    +  /**
    +   * can set the sortScope to NO_SORT
    +   *
    +   * @param sortScope can be set to "NO_SORT" to avoid sorting during load.
    +   * by default sort_scope is "LOCAL_SORT"
    +   * @return updated CarbonWriterBuilder
    +   */
    +  public CarbonWriterBuilder sortScope(String sortScope) {
    +    if (!sortScope.equalsIgnoreCase("NO_SORT")) {
    --- End diff --
   
    Removed it and also avro Timestamp issue


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

[GitHub] carbondata issue #2306: [CARBONDATA-2479] Multiple issue fixes in SDK writer...

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

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


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

[GitHub] carbondata pull request #2306: [CARBONDATA-2479] Multiple issue fixes in SDK...

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

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


---
12