[GitHub] carbondata pull request #1122: [CARBONDATA-1253] Sort_columns should not sup...

2017-07-03 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/carbondata/pull/1122


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata pull request #1122: [CARBONDATA-1253] Sort_columns should not sup...

2017-06-30 Thread QiangCai
Github user QiangCai commented on a diff in the pull request:

https://github.com/apache/carbondata/pull/1122#discussion_r125154538
  
--- Diff: 
integration/spark-common/src/main/scala/org/apache/spark/sql/catalyst/CarbonDDLSqlParser.scala
 ---
@@ -691,6 +691,14 @@ abstract class CarbonDDLSqlParser extends 
AbstractCarbonSparkSQLParser {
   }
 
   /**
+   * detects whether datatype is part of sort_column
+   */
+  def isDataTypeSupportedForSortColumn(columnDataType: String): Boolean = {
--- End diff --

fixed


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata pull request #1122: [CARBONDATA-1253] Sort_columns should not sup...

2017-06-30 Thread jackylk
Github user jackylk commented on a diff in the pull request:

https://github.com/apache/carbondata/pull/1122#discussion_r125026813
  
--- Diff: 
integration/spark-common/src/main/scala/org/apache/spark/sql/catalyst/CarbonDDLSqlParser.scala
 ---
@@ -691,6 +691,14 @@ abstract class CarbonDDLSqlParser extends 
AbstractCarbonSparkSQLParser {
   }
 
   /**
+   * detects whether datatype is part of sort_column
+   */
+  def isDataTypeSupportedForSortColumn(columnDataType: String): Boolean = {
--- End diff --

should be private


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata pull request #1122: [CARBONDATA-1253] Sort_columns should not sup...

2017-06-30 Thread QiangCai
GitHub user QiangCai opened a pull request:

https://github.com/apache/carbondata/pull/1122

[CARBONDATA-1253] Sort_columns should not support float,double,decimal

Sort_columns should not support float,double,decimal.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/QiangCai/carbondata 
sortcolumnnotsupportdatatype

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/carbondata/pull/1122.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1122


commit 10576375ef24629e1f6d36062ab809fac3cfd8d0
Author: QiangCai 
Date:   2017-06-30T11:51:19Z

sort_columns not support float,double,decimal




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---