shenh062326 commented on a change in pull request #3546: [CARBONDATA-3642] Add
column idx in error msg when string length exceed 32000
URL: https://github.com/apache/carbondata/pull/3546#discussion_r362154286
##########
File path:
integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/CarbonGlobalDictionaryRDD.scala
##########
@@ -297,7 +297,8 @@ class CarbonBlockDistinctValuesCombineRDD(
val complexDelimiters = new util.ArrayList[String]
model.delimiters.foreach(x => complexDelimiters.add(x))
for (i <- 0 until dimNum) {
-
dimensionParsers(i).parseString(CarbonScalaUtil.getString(row.get(i),
+ dimensionParsers(i).parseString(CarbonScalaUtil.getString(row,
Review comment:
done
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services