akashrn5 commented on a change in pull request #3546: [CARBONDATA-3642] Add
column name in error msg when string length exceed 32000
URL: https://github.com/apache/carbondata/pull/3546#discussion_r363159229
##########
File path:
streaming/src/main/scala/org/apache/carbondata/streaming/parser/FieldConverter.scala
##########
@@ -24,6 +24,7 @@ import java.util
import org.apache.carbondata.core.constants.CarbonCommonConstants
object FieldConverter {
+ val exceedErrorMsg = "Dataload failed, String length cannot exceed "
Review comment:
Better to rename `exceedErrorMsg` to `stringLengthExceedErrorMsg`
----------------------------------------------------------------
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