paul-rogers commented on issue #1806: DRILL-7292: Remove V1 and V2 text readers
URL: https://github.com/apache/drill/pull/1806#issuecomment-501926628
 
 
   @arina-ielchiieva, thank you for the review. Please check if the revised 
option messages are clear.
   
   The test failures may be due to bugs fixed in the text reader.  @vvysotskyi, 
check if the files in question try to use the back-slash as the escape 
character. Drill's text readers are configured to use the quote character as an 
escape by default, but the code did not correctly handle this case. If the file 
contains the pattern `\"` or `""`, then the text reader will produce a 
different result than previously.
   
   Otherwise, please do point me to the errors and I'll track down the issues. 

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