You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ra...@apache.org on 2018/09/26 02:21:27 UTC

[2/2] carbondata git commit: [HOTFIX] Remove MV test from example module as release prepare fails with default profile.

[HOTFIX] Remove MV test from example module as release prepare fails with default profile.

This closes #2764


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

Branch: refs/heads/branch-1.5
Commit: f2398948c992d22174e5e41514785dfa91074d65
Parents: d7913b1
Author: ravipesala <ra...@gmail.com>
Authored: Wed Sep 26 07:46:03 2018 +0530
Committer: ravipesala <ra...@gmail.com>
Committed: Wed Sep 26 07:48:44 2018 +0530

----------------------------------------------------------------------
 .../scala/org/apache/carbondata/examplesCI/RunExamples.scala  | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/f2398948/examples/spark2/src/test/scala/org/apache/carbondata/examplesCI/RunExamples.scala
----------------------------------------------------------------------
diff --git a/examples/spark2/src/test/scala/org/apache/carbondata/examplesCI/RunExamples.scala b/examples/spark2/src/test/scala/org/apache/carbondata/examplesCI/RunExamples.scala
index d3623ba..2b9b999 100644
--- a/examples/spark2/src/test/scala/org/apache/carbondata/examplesCI/RunExamples.scala
+++ b/examples/spark2/src/test/scala/org/apache/carbondata/examplesCI/RunExamples.scala
@@ -113,11 +113,4 @@ class RunExamples extends QueryTest with BeforeAndAfterAll {
   test("ExternalTableExample") {
     ExternalTableExample.exampleBody(spark)
   }
-
-  test("MVDataMapExample") {
-    // MV only works for 2.2 and above
-    if (!spark.sparkContext.version.startsWith("2.1")) {
-      MVDataMapExample.exampleBody(spark)
-    }
-  }
 }
\ No newline at end of file