coderex2522 commented on a change in pull request #1069:
URL: https://github.com/apache/orc/pull/1069#discussion_r831040646
##########
File path: tools/src/CSVFileImport.cc
##########
@@ -311,7 +311,7 @@ int main(int argc, char* argv[]) {
int opt;
char *tail;
do {
- opt = getopt_long(argc, argv, "i:o:s:b:c:p:t:h", longOptions, ORC_NULLPTR);
+ opt = getopt_long(argc, argv, "i:o:d:s:c:b:t:h", longOptions, ORC_NULLPTR);
Review comment:
Can the 'i:' and 'o:' in the third param of the getopt_long function be
deleted together?
--
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]