ajantha-bhat commented on a change in pull request #3664: [CARBONDATA-3740] Add 
line separator option to load command to configure the line separator during 
csv parsing.
URL: https://github.com/apache/carbondata/pull/3664#discussion_r400686177
 
 

 ##########
 File path: 
sdk/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonWriterBuilder.java
 ##########
 @@ -224,7 +226,8 @@ public CarbonWriterBuilder withLoadOptions(Map<String, 
String> options) {
           !option.equalsIgnoreCase("quotechar") &&
           !option.equalsIgnoreCase("escapechar") &&
           !option.equalsIgnoreCase("binary_decoder") &&
-          !option.equalsIgnoreCase("fileheader")) {
+          !option.equalsIgnoreCase("fileheader") &&
+          !option.equalsIgnoreCase("line_separator")) {
 
 Review comment:
   can you please add one test case for sdk ?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to