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

 ##########
 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:
   this method is a static method in Util, why the last input paramer 
'insertflow' always use '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