Github user lionelcao commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/983#discussion_r119335023
  
    --- Diff: 
integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/CommonUtil.scala
 ---
    @@ -169,7 +169,7 @@ object CommonUtil {
           partitionType.get.toUpperCase() match {
             case "HASH" => if (!numPartitions.isDefined) isValid = false
             case "LIST" => if (!listInfo.isDefined) isValid = false
    -        case "RANGE" => if (!rangeInfo.isDefined) isValid = false
    +        case "RANGE" => isValid = validateRangeInfo(rangeInfo)
    --- End diff --
    
    Hi @manishgupta88, the rangeInfo validation should base on column data 
type, actually the validate function has been developed in my dev branch. Will 
submit in my next pr. Thanks although. :)


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to