JNSimba commented on issue #6550:
URL: 
https://github.com/apache/incubator-doris/issues/6550#issuecomment-922159220


   > My guess this is when `DorisStreamLoad#getConnection` method body execute 
`conn.addRequestProperty(streamLoadProp)`,error when carrying these request 
parameters requesting BE because be 0.14 does not support multi-character 
delimiters.
   > 
   > [Load] Support multi bytes LineDelimiter and ColumnSeparator #5462
   
   @mincwang 
   Yes, the above example will fail.
   Since the specified separator is \\t, sink-format uses \\t when splicing 
data, but when sending a streamload http request, the separator \\t in the 
request header is recognized as an escape character \t , The two are not equal, 
so it cannot be imported.
   And \t 、 \n are the default separators, you don’t need to specify them


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to