kou opened a new pull request, #12964:
URL: https://github.com/apache/arrow/pull/12964
1. Increase timeout to 60 from 40 for macOS job because 40 is short
to build without ccache cache.
2. Don't build C++ utilities (ARROW_BUILD_UTILITIES=OFF) because
they aren't used.
3. Omit a test for gparquet_row_group_metadata_equal() because
it seems that parquet::RowGroupMetaData::Equals() is unstable.
We can look into this later and fix this.
4. (Optional) Suppress the following warning on Windows by removing
temporary files explicitly:
warning: Exception in finalizer #<Tempfile::Remover:0x00000277338b1ad0
@pid=6736,
@tmpfile=#<File:D:/a/_temp/data20220422-6736-dotfsz.parquet (closed)>>
C:/hostedtoolcache/windows/Ruby/3.1.2/x64/lib/ruby/3.1.0/tempfile.rb:265:in
`unlink':
Permission denied @ apply2files -
D:/a/_temp/data20220422-6736-dotfsz.parquet (Errno::EACCES)
--
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]