rtpsw commented on PR #14485: URL: https://github.com/apache/arrow/pull/14485#issuecomment-1345190246
Most CI failures seem unrelated, in particular this Substrait-test failure: ``` D:/a/arrow/arrow/cpp/src/arrow/status.cc:137: When trying to delete temporary directory: IOError: Cannot delete file 'C:/Users/RUNNER~1/AppData/Local/Temp/substrait-tempdir-q1gzn3f7/serde_test.arrow': . Detail: [Windows error 32] The process cannot access the file because it is being used by another process. ... [ FAILED ] 1 test, listed below: [ FAILED ] Substrait.ReadRelWithGlobFiles ``` but I'm not sure about [this one](https://github.com/apache/arrow/actions/runs/3662217235/jobs/6191152672): ``` [ RUN ] TestExpressionRegistry.VerifySupportedFunctions /Users/runner/work/arrow/arrow/cpp/src/gandiva/expression_registry_test.cc:48: Failure Expected: (element) != (functions.end()), actual: 8-byte object <40-DB 8C-8D 9B-7F 00-00> vs 8-byte object <40-DB 8C-8D 9B-7F 00-00> function signature date64[ms] date_diff(date64[ms], int64) missing in supported functions. /Users/runner/work/arrow/arrow/cpp/src/gandiva/expression_registry_test.cc:48: Failure Expected: (element) != (functions.end()), actual: 8-byte object <40-DB 8C-8D 9B-7F 00-00> vs 8-byte object <40-DB 8C-8D 9B-7F 00-00> function signature timestamp[ms] date_diff(timestamp[ms], int64) missing in supported functions. [ FAILED ] TestExpressionRegistry.VerifySupportedFunctions (30 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]
