cyb70289 commented on PR #13437: URL: https://github.com/apache/arrow/pull/13437#issuecomment-1170886198
CI error is strange: https://github.com/apache/arrow/runs/7125162553?check_suite_focus=true#step:6:3704 ``` [ RUN ] BlockParser.FinalTruncatedBulkFilterNoEol /arrow/cpp/src/arrow/csv/parser_test.cc:423: Failure Expected equality of these values: ("Invalid: CSV parse error: Expected 2 columns, got 1: 87654321") Which is: "Invalid: CSV parse error: Expected 2 columns, got 1: 87654321" _st.ToString() Which is: "Invalid: CSV parse error: Expected 2 columns, got 1: 87654321\n/arrow/cpp/src/arrow/csv/parser.cc:464 (ParseLine<SpecializedOptions, true>(values_writer, parsed_writer, data, data_end, is_final, &line_end, bulk_filter))\n/arrow/cpp/src/arrow/csv/parser.cc:566 ParseChunk<SpecializedOptions>( &values_writer, &parsed_writer, data, data_end, is_final, rows_in_chunk, &data, &finished_parsing, bulk_filter)" With diff: @@ +1,3 @@ Invalid: CSV parse error: Expected 2 columns, got 1: 87654321 +/arrow/cpp/src/arrow/csv/parser.cc:464 (ParseLine<SpecializedOptions, true>(values_writer, parsed_writer, data, data_end, is_final, &line_end, bulk_filter)) +/arrow/cpp/src/arrow/csv/parser.cc:566 ParseChunk<SpecializedOptions>( &values_writer, &parsed_writer, data, data_end, is_final, rows_in_chunk, &data, &finished_parsing, bulk_filter) [ FAILED ] BlockParser.FinalTruncatedBulkFilterNoEol (0 ms) ``` Looks like some gtest debug messages are appended to the status string. -- 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]
