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

    https://github.com/apache/carbondata/pull/2243#discussion_r184991452
  
    --- Diff: 
integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/GlobalDictionaryUtil.scala
 ---
    @@ -824,9 +824,11 @@ object GlobalDictionaryUtil {
       def trimErrorMessage(input: String): String = {
         var errorMessage: String = null
         if (input != null && input.contains("TextParsingException:")) {
    -      if (input.split("Hint").length > 0 &&
    +      if (input.split("Hint").length > 1 &&
    --- End diff --
    
    The title of the fix is wrong.. It should be 32000 characters


---

Reply via email to