kou commented on PR #44621: URL: https://github.com/apache/arrow/pull/44621#issuecomment-2458426629
Hmm. It seems that we need to improve the added condition... Java JNI / AMD64 manylinux2014 Java JNI: https://github.com/apache/arrow/actions/runs/11692780048/job/32562887155?pr=44621#step:7:3448 ```text [ RUN ] TimestampConversion.UserDefinedParsersWithZone /arrow/cpp/src/arrow/csv/converter_test.cc:169: Failure Failed Expected 'converter->Convert(*parser, i)' to fail with Invalid, but got OK /arrow/cpp/src/arrow/csv/converter_test.cc:169: Failure Failed Expected 'converter->Convert(*parser, i)' to fail with Invalid, but got OK [ FAILED ] TimestampConversion.UserDefinedParsersWithZone (0 ms) ``` C++ / AMD64 Conda C++ AVX2: https://github.com/apache/arrow/actions/runs/11692780055/job/32562895558?pr=44621#step:7:4505 ```text [ RUN ] TimestampConversion.UserDefinedParsersWithZone /arrow/cpp/src/arrow/csv/converter_test.cc:169: Failure Failed Expected 'converter->Convert(*parser, i)' to fail with Invalid, but got OK /arrow/cpp/src/arrow/csv/converter_test.cc:169: Failure Failed Expected 'converter->Convert(*parser, i)' to fail with Invalid, but got OK [ FAILED ] TimestampConversion.UserDefinedParsersWithZone (0 ms) ``` -- 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]
