[GitHub] carbondata pull request #2348: [CARBONDATA-2546] It will throw exception whe...

classic Classic list List threaded Threaded
45 messages Options
123
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2348: [CARBONDATA-2546] It will throw exception whe...

qiuchenjian-2
Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2348#discussion_r191297368
 
    --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/api/CarbonInputFormat.java ---
    @@ -190,6 +190,19 @@ public static void setFilterPredicates(Configuration configuration, Expression f
         }
       }
     
    +  public static void setColumnProjection(Configuration configuration, String[] projectionColumns) {
    --- End diff --
   
    add comment for this function


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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] It will throw exception when give ...

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

    https://github.com/apache/carbondata/pull/2348
 
    remove `.DS_Store`


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

[GitHub] carbondata pull request #2348: [CARBONDATA-2546] It will throw exception whe...

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

    https://github.com/apache/carbondata/pull/2348#discussion_r191301149
 
    --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/api/CarbonInputFormat.java ---
    @@ -190,6 +190,19 @@ public static void setFilterPredicates(Configuration configuration, Expression f
         }
       }
     
    +  public static void setColumnProjection(Configuration configuration, String[] projectionColumns) {
    +    if (projectionColumns == null || projectionColumns.length < 1) {
    +      return;
    --- End diff --
   
    ok, done


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

[GitHub] carbondata pull request #2348: [CARBONDATA-2546] It will throw exception whe...

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

    https://github.com/apache/carbondata/pull/2348#discussion_r191301164
 
    --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/api/CarbonInputFormat.java ---
    @@ -190,6 +190,19 @@ public static void setFilterPredicates(Configuration configuration, Expression f
         }
       }
     
    +  public static void setColumnProjection(Configuration configuration, String[] projectionColumns) {
    --- End diff --
   
    ok, done


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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] It will throw exception when give ...

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

    https://github.com/apache/carbondata/pull/2348
 
    ok ,removed @jackylk


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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] It will throw exception when give ...

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

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



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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] It will throw exception when give ...

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

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



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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] It will throw exception when give ...

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

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



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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] It will throw exception when give ...

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

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


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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] It will throw exception when give ...

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

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



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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] Fixed the ArrayIndexOutOfBoundsExc...

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

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


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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] Fixed the ArrayIndexOutOfBoundsExc...

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

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



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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] Fixed the ArrayIndexOutOfBoundsExc...

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

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



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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] Fixed the ArrayIndexOutOfBoundsExc...

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

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


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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] Fixed the ArrayIndexOutOfBoundsExc...

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

    https://github.com/apache/carbondata/pull/2348
 
    retest sdv please



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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] Fixed the ArrayIndexOutOfBoundsExc...

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

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



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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] Fixed the ArrayIndexOutOfBoundsExc...

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

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



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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] Fixed the ArrayIndexOutOfBoundsExc...

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

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


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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] Fixed the ArrayIndexOutOfBoundsExc...

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

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



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

[GitHub] carbondata issue #2348: [CARBONDATA-2546] Fixed the ArrayIndexOutOfBoundsExc...

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

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



---
123