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 2016/06/30 17:42:20 UTC

[33/50] [abbrv] incubator-carbondata git commit: [Bug] Reverting changes for path & tablePath in external table (#770)

[Bug] Reverting changes for path & tablePath in external table (#770)



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

Branch: refs/heads/master
Commit: a743b77175ac16ab37879ee1f3aeaf14376f054d
Parents: 6701eee
Author: nareshpr <pr...@gmail.com>
Authored: Tue Jun 28 06:44:11 2016 +0530
Committer: Venkata Ramana G <g....@gmail.com>
Committed: Tue Jun 28 06:44:11 2016 +0530

----------------------------------------------------------------------
 .../org/apache/spark/sql/execution/command/carbonTableSchema.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/a743b771/integration/spark/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchema.scala
----------------------------------------------------------------------
diff --git a/integration/spark/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchema.scala b/integration/spark/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchema.scala
index ffc7e60..bcd6dd3 100644
--- a/integration/spark/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchema.scala
+++ b/integration/spark/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchema.scala
@@ -1265,7 +1265,7 @@ private[sql] case class CreateCube(cm: tableModel) extends RunnableCommand {
       try {
         sqlContext.sql(
           s"""CREATE TABLE $dbName.$tbName USING org.apache.spark.sql.CarbonSource""" +
-          s""" OPTIONS (cubename "$dbName.$tbName", tablePath "$tablePath", path "$tablePath") """)
+          s""" OPTIONS (cubename "$dbName.$tbName", tablePath "$tablePath") """)
               .collect
       } catch {
         case e: Exception =>