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_r362154321
##########
File path:
streaming/src/main/scala/org/apache/carbondata/streaming/parser/FieldConverter.scala
##########
@@ -50,7 +51,7 @@ object FieldConverter {
value match {
case s: String => if (!isVarcharType && !isComplexType &&
s.length >
CarbonCommonConstants.MAX_CHARS_PER_COLUMN_DEFAULT) {
- throw new Exception("Dataload failed, String length cannot exceed " +
+ throw new Exception( exceedErrorMsg +
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