You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/05/12 15:25:04 UTC

[GitHub] [arrow] raulcd commented on a diff in pull request #35255: GH-35193: [Python][Packaging] Enable GCS on Windows wheels

raulcd commented on code in PR #35255:
URL: https://github.com/apache/arrow/pull/35255#discussion_r1192514135


##########
ci/scripts/install_gcs_testbench.bat:
##########
@@ -0,0 +1,25 @@
+@rem Licensed to the Apache Software Foundation (ASF) under one
+@rem or more contributor license agreements.  See the NOTICE file
+@rem distributed with this work for additional information
+@rem regarding copyright ownership.  The ASF licenses this file
+@rem to you under the Apache License, Version 2.0 (the
+@rem "License"); you may not use this file except in compliance
+@rem with the License.  You may obtain a copy of the License at
+@rem
+@rem   http://www.apache.org/licenses/LICENSE-2.0
+@rem
+@rem Unless required by applicable law or agreed to in writing,
+@rem software distributed under the License is distributed on an
+@rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+@rem KIND, either express or implied.  See the License for the
+@rem specific language governing permissions and limitations
+@rem under the License.
+
+@echo on
+
+set TESTBENCH_GCS_VERSION="v0.36.0"
+
+@REM Install GCS testbench %TESTBENCH_GCS_VERSION%
+python -m pip install  ^
+        "https://github.com/googleapis/storage-testbench/archive/%TESTBENCH_GCS_VERSION%.tar.gz" ^

Review Comment:
   Thanks @kou ! Done



-- 
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