You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "wgtmac (via GitHub)" <gi...@apache.org> on 2024/03/19 09:52:48 UTC

Re: [PR] GH-36026: [Python] Fix ORC test segfault in the python wheel windows test [arrow]

wgtmac commented on PR #40609:
URL: https://github.com/apache/arrow/pull/40609#issuecomment-2006576618

   ```
   C:\>curl https://cygwin.osuosl.org/noarch/release/tzdata/tzdata-2024a-1.tar.xz --output tzdata.tar.gz   || exit /B 
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                    Dload  Upload   Total   Spent    Left  Speed
     0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    51  451k   51  234k    0     0   234k      0  0:00:01 --:--:--  0:00:01  300k
   100  451k  100  451k    0     0   451k      0  0:00:01 --:--:--  0:00:01  466k
   C:\>mkdir C:\Users\ContainerAdministrator\Downloads\test\tzdata 
   C:\>tar --extract --file tzdata.tar.gz --directory C:\Users\ContainerAdministrator\Downloads\test\tzdata 
   tar: Error opening archive: Can't initialize filter; unable to run program "xz -d -qq"
   ```
   
   Do you know any approach to unzip tar.xz file on Windows in the CI build? @kou 


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org