niuge01 commented on a change in pull request #3564: [CARBONDATA-3655] Support 
set base64 string as struct<binary> field value
URL: https://github.com/apache/carbondata/pull/3564#discussion_r363713449
 
 

 ##########
 File path: 
integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/CarbonScalaUtil.scala
 ##########
 @@ -70,7 +70,7 @@ object CarbonScalaUtil {
       level: Int = 0): String = {
     FieldConverter.objectToString(value, serializationNullFormat, 
complexDelimiters,
       timeStampFormat, dateFormat, isVarcharType = isVarcharType, 
isComplexType = isComplexType,
-      level)
+      level, true)
 
 Review comment:
   Currently, the method is only invoked by insert flow, so  the insertflow 
parameter is fixed with 'true'.

----------------------------------------------------------------
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

Reply via email to