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

    https://github.com/apache/carbondata/pull/1144#discussion_r126050555
  
    --- Diff: 
integration/spark-common/src/main/scala/org/apache/spark/sql/catalyst/CarbonDDLSqlParser.scala
 ---
    @@ -572,6 +572,7 @@ abstract class CarbonDDLSqlParser extends 
AbstractCarbonSparkSQLParser {
     
         // All excluded cols should be there in create table cols
         if 
(tableProperties.get(CarbonCommonConstants.DICTIONARY_EXCLUDE).isDefined) {
    +      LOGGER.warn("dictionary_exclude option was deprecated")
    --- End diff --
    
    add one more message: "by default string column does not use global 
dictionary"


---
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