amoeba commented on PR #45964: URL: https://github.com/apache/arrow/pull/45964#issuecomment-3308363970
Great work on this, thanks for taking it on @kou. I tested one of the new uploaded artifacts to compare it with the old and I see the structure inside the zip is different. ```console # old $ unzip -l arrow-21.0.0.zip Archive: arrow-21.0.0.zip Length Date Time Name --------- ---------- ----- ---- 0 07-11-2025 00:57 lib/ 0 07-11-2025 00:57 lib/pkgconfig/ 1195 07-11-2025 00:55 lib/pkgconfig/arrow-dataset.pc 1006 07-11-2025 00:55 lib/pkgconfig/arrow-csv.pc 1176 07-11-2025 00:55 lib/pkgconfig/parquet.pc 1008 07-11-2025 00:55 lib/pkgconfig/arrow-json.pc 1096 07-11-2025 00:55 lib/pkgconfig/arrow-compute.pc 1289 07-11-2025 00:55 lib/pkgconfig/arrow.pc 1094 07-11-2025 00:55 lib/pkgconfig/arrow-acero.pc 1036 07-11-2025 00:55 lib/pkgconfig/arrow-filesystem.pc -- >8 -- # new: zip inside a zip $ unzip -l r-libarrow-linux-x86_64-openssl-1.1.zip Archive: r-libarrow-linux-x86_64-openssl-1.1.zip Length Date Time Name --------- ---------- ----- ---- 42773944 09-18-2025 07:33 r-libarrow-linux-x86_64-openssl-1.1-21.0.0.100000147.zip 187 09-18-2025 07:33 r-libarrow-linux-x86_64-openssl-1.1-21.0.0.100000147.zip.sha512 --------- ------- 42774131 2 files ``` Is it easy to change the structure of the new artifact to match the old? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org