You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ja...@apache.org on 2016/11/16 16:37:51 UTC

[1/2] incubator-carbondata git commit: fix style

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master a26b92f32 -> df3c35ca3


fix style


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

Branch: refs/heads/master
Commit: fcb7a57a67095e77d1993ca5304266b3d019136c
Parents: a26b92f
Author: jackylk <ja...@huawei.com>
Authored: Thu Nov 17 00:28:31 2016 +0800
Committer: jackylk <ja...@huawei.com>
Committed: Thu Nov 17 00:28:31 2016 +0800

----------------------------------------------------------------------
 .../main/scala/org/apache/carbondata/examples/CarbonExample.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/fcb7a57a/examples/src/main/scala/org/apache/carbondata/examples/CarbonExample.scala
----------------------------------------------------------------------
diff --git a/examples/src/main/scala/org/apache/carbondata/examples/CarbonExample.scala b/examples/src/main/scala/org/apache/carbondata/examples/CarbonExample.scala
index 7c769ff..038f609 100644
--- a/examples/src/main/scala/org/apache/carbondata/examples/CarbonExample.scala
+++ b/examples/src/main/scala/org/apache/carbondata/examples/CarbonExample.scala
@@ -41,7 +41,7 @@ object CarbonExample {
            """)
 
     // Currently there are two data loading flows in CarbonData, one uses Kettle as ETL tool
-    // in each node to do data loading, another uses a multi-thread framework without Kettle\uff08See
+    // in each node to do data loading, another uses a multi-thread framework without Kettle (See
     // AbstractDataLoadProcessorStep)
     // Load data with Kettle
     cc.sql(s"""


[2/2] incubator-carbondata git commit: Fix codestyle in CarbonExample This closes #323

Posted by ja...@apache.org.
Fix codestyle in CarbonExample This closes #323


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

Branch: refs/heads/master
Commit: df3c35ca3e45f9175a3a8655c7a9004a14f89c56
Parents: a26b92f fcb7a57
Author: jackylk <ja...@huawei.com>
Authored: Thu Nov 17 00:34:17 2016 +0800
Committer: jackylk <ja...@huawei.com>
Committed: Thu Nov 17 00:34:17 2016 +0800

----------------------------------------------------------------------
 .../main/scala/org/apache/carbondata/examples/CarbonExample.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------