You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2017/02/27 12:59:42 UTC

[1/2] incubator-carbondata git commit: fix compile issue for spark1.5 integration

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master 88e9b2a84 -> 76c059a29


fix compile issue for spark1.5 integration


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/acddd69c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/acddd69c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/acddd69c

Branch: refs/heads/master
Commit: acddd69ceae015db2d5e9f3f891506df23696b33
Parents: 88e9b2a
Author: jackylk <ja...@huawei.com>
Authored: Mon Feb 27 00:23:39 2017 +0800
Committer: chenliang613 <ch...@huawei.com>
Committed: Mon Feb 27 20:58:09 2017 +0800

----------------------------------------------------------------------
 .../carbondata/core/scan/complextypes/ArrayQueryType.java       | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/acddd69c/core/src/main/java/org/apache/carbondata/core/scan/complextypes/ArrayQueryType.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/carbondata/core/scan/complextypes/ArrayQueryType.java b/core/src/main/java/org/apache/carbondata/core/scan/complextypes/ArrayQueryType.java
index 46c6714..4caa0b3 100644
--- a/core/src/main/java/org/apache/carbondata/core/scan/complextypes/ArrayQueryType.java
+++ b/core/src/main/java/org/apache/carbondata/core/scan/complextypes/ArrayQueryType.java
@@ -25,9 +25,8 @@ import org.apache.carbondata.core.datastore.chunk.impl.DimensionRawColumnChunk;
 import org.apache.carbondata.core.scan.filter.GenericQueryType;
 import org.apache.carbondata.core.scan.processor.BlocksChunkHolder;
 
-import org.apache.spark.sql.catalyst.util.GenericArrayData;
-import org.apache.spark.sql.types.ArrayType;
-import org.apache.spark.sql.types.DataType;
+import org.apache.spark.sql.catalyst.util.*;
+import org.apache.spark.sql.types.*;
 
 public class ArrayQueryType extends ComplexQueryType implements GenericQueryType {
 


[2/2] incubator-carbondata git commit: Fix compile issue for spark1.5 integration This closes #610

Posted by ch...@apache.org.
Fix compile issue for spark1.5 integration This closes #610


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/76c059a2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/76c059a2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/76c059a2

Branch: refs/heads/master
Commit: 76c059a29553a79a9fa88616ad56e3660c7a6687
Parents: 88e9b2a acddd69
Author: chenliang613 <ch...@huawei.com>
Authored: Mon Feb 27 20:59:21 2017 +0800
Committer: chenliang613 <ch...@huawei.com>
Committed: Mon Feb 27 20:59:21 2017 +0800

----------------------------------------------------------------------
 .../carbondata/core/scan/complextypes/ArrayQueryType.java       | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------