This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch maint-0.17.x
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 5a95295 ARROW-8786: [Packaging][rpm] Use bundled zstd in the CentOS 8
build
new bc24f2b ARROW-8702: [Packaging][C#] Build NuGet packages in release
process
new 2f0554d ARROW-8505: [Release][C#] "sourcelink test" is failed by
Apache.ArrowAssemblyInfo.cs
new 7cab6df [Release] Fix rust lint error
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/csharp.yml | 8 +
ci/docker/ubuntu-18.04-csharp.dockerfile | 2 +
ci/scripts/{csharp_build.sh => csharp_pack.sh} | 4 +-
ci/scripts/csharp_test.sh | 3 +
csharp/Directory.Build.props | 17 ++
csharp/Directory.Build.targets | 29 ++++
csharp/test/Directory.Build.props | 19 ++-
dev/release/03-binary.sh | 4 +
dev/release/binary-task.rb | 183 ++++++++++++++-------
dev/release/download_rc_binaries.py | 4 +-
dev/release/post-02-binary.sh | 4 +
dev/release/post-06-csharp.sh | 37 ++---
dev/release/rat_exclude_files.txt | 2 -
dev/tasks/crossbow.py | 16 +-
.../github.linux.yml | 33 ++--
dev/tasks/tasks.yml | 16 +-
docker-compose.yml | 7 +-
rust/parquet/src/record/api.rs | 111 +++++++------
18 files changed, 335 insertions(+), 164 deletions(-)
copy ci/scripts/{csharp_build.sh => csharp_pack.sh} (96%)
create mode 100644 csharp/Directory.Build.targets
copy dev/tasks/{linux-packages => nuget-packages}/github.linux.yml (77%)