KyleGrains opened a new pull request #1069:
URL: https://github.com/apache/orc/pull/1069


   ### What changes were proposed in this pull request?
   Fix the option strings passed to getopt_long functions, should be 
"d:s:c:b:t:h" instead of "s:b:c:p:t:h".
   
   ### Why are the changes needed?
   The original option parsing is not dealing with stripe size option '-s' and 
delimiter option '-d' correctly.
   
   ### How was this patch tested?
   The following command runs successfully:
   ./csv-import -d ',' -s 1 -b 1024 -c 1024 "struct<a:string>" a a.orc


-- 
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: dev-unsubscr...@orc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to