raulcd opened a new issue, #43175:
URL: https://github.com/apache/arrow/issues/43175

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The following issue https://github.com/apache/arrow/issues/41910 introduced 
`ARROW_CSV=ON` on emscripten and 4 tests related to CSV have started failing on 
the CI job, see 
(https://github.com/ursacomputing/crossbow/actions/runs/9823190677/job/27120792147).
   
   Part of the error can be seen here:
   
   ```
   Failed
   '_error_or_value15.status()' failed with Invalid: CSV conversion error to 
timestamp[s, tz=America/Phoenix]: invalid value '01/02/1970 +0000'
   /arrow/cpp/src/arrow/csv/converter.cc:543  decoder_.Decode(data, size, 
quoted, &value)
   /arrow/cpp/src/arrow/csv/parser.h:123  status
   /arrow/cpp/src/arrow/csv/converter.cc:547  parser.VisitColumn(col_index, 
visit)
   /arrow/cpp/src/arrow/csv/converter_test.cc:69: Failure
   Failed
   '_error_or_value15.status()' failed with Invalid: CSV conversion error to 
timestamp[s, tz=America/Phoenix]: invalid value '01/02/1970 +0000'
   /arrow/cpp/src/arrow/csv/converter.cc:543  decoder_.Decode(data, size, 
quoted, &value)
   /arrow/cpp/src/arrow/csv/parser.h:123  status
   /arrow/cpp/src/arrow/csv/converter.cc:547  parser.VisitColumn(col_index, 
visit)
   [  FAILED  ] TimestampConversion.UserDefinedParsersWithZone (1 ms)
   ...
   [  FAILED  ] 4 tests, listed below:
   [  FAILED  ] NullColumnDecoderTest.Threaded
   [  FAILED  ] TypedColumnDecoderTest.Threaded
   [  FAILED  ] InferringColumnDecoderTest.Threaded
   [  FAILED  ] TimestampConversion.UserDefinedParsersWithZone
   ```
   
   ### Component(s)
   
   C++, Continuous Integration


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to