You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- test_common_arg_parser.cpp: 27 tests covering all parsing options
- test_data_reader.cpp: 14 tests for file/stdin processing
Bug fix in DataReader:
- processFile() now respects inputFormat parameter instead of only
using file extension detection. This allows -if csv to work on
files without .csv extension.
0 commit comments