You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by qiuchenjian <gi...@git.apache.org> on 2019/01/06 11:57:40 UTC

[GitHub] carbondata pull request #3052: [CARBONDATA-3227] There are some spell errors...

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

    https://github.com/apache/carbondata/pull/3052#discussion_r245505691
  
    --- Diff: integration/spark-common/src/main/scala/org/apache/spark/sql/catalyst/CarbonDDLSqlParser.scala ---
    @@ -668,9 +668,9 @@ abstract class CarbonDDLSqlParser extends AbstractCarbonSparkSQLParser {
             tableProperties(CarbonCommonConstants.NO_INVERTED_INDEX).split(',').map(_.trim)
           noInvertedIdxColsProps.foreach { noInvertedIdxColProp =>
             if (!fields.exists(x => x.column.equalsIgnoreCase(noInvertedIdxColProp))) {
    -          val errormsg = "NO_INVERTED_INDEX column: " + noInvertedIdxColProp +
    +          val errorMsg = "NO_INVERTED_INDEX column: " + noInvertedIdxColProp +
                              " does not exist in table. Please check create table statement."
    --- End diff --
    
    ```suggestion
                             " does not exist in table. Please check the create table statement."
    ```


---