This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 8dd3d0b90 chore: `chmod +x` (#3299)
8dd3d0b90 is described below
commit 8dd3d0b90c2802ca3cc800cc6525493297484c3d
Author: David Li <[email protected]>
AuthorDate: Mon Aug 18 19:04:38 2025 +0900
chore: `chmod +x` (#3299)
---
.github/workflows/dev_pr/body_check.py | 0
.pre-commit-config.yaml | 1 +
ci/conda/build-cpp.sh | 0
ci/conda/build-python.sh | 0
ci/scripts/gemfury_clean.py | 0
ci/scripts/go_build.ps1 | 1 -
ci/scripts/go_test.ps1 | 1 -
ci/scripts/python_util.sh | 2 --
dev/adbc_dev/tests/test_changelog.py | 1 -
dev/adbc_dev/title_check.py | 0
dev/release/check-rat-report.py | 0
dev/release/setup-gpg-agent.sh | 2 --
dev/release/utils-common.sh | 1 -
python/adbc_driver_bigquery/setup.py | 2 --
python/adbc_driver_flightsql/setup.py | 2 --
python/adbc_driver_manager/setup.py | 2 --
python/adbc_driver_postgresql/setup.py | 2 --
python/adbc_driver_snowflake/setup.py | 2 --
python/adbc_driver_sqlite/setup.py | 2 --
19 files changed, 1 insertion(+), 20 deletions(-)
diff --git a/.github/workflows/dev_pr/body_check.py
b/.github/workflows/dev_pr/body_check.py
old mode 100644
new mode 100755
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 546d1dcd2..05ce5478c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -24,6 +24,7 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # v5.0.0
hooks:
+ - id: check-shebang-scripts-are-executable
- id: check-xml
- id: check-yaml
exclude: ci/conda/meta.yaml
diff --git a/ci/conda/build-cpp.sh b/ci/conda/build-cpp.sh
old mode 100644
new mode 100755
diff --git a/ci/conda/build-python.sh b/ci/conda/build-python.sh
old mode 100644
new mode 100755
diff --git a/ci/scripts/gemfury_clean.py b/ci/scripts/gemfury_clean.py
old mode 100644
new mode 100755
diff --git a/ci/scripts/go_build.ps1 b/ci/scripts/go_build.ps1
index 4fdc40e03..05fbe3704 100644
--- a/ci/scripts/go_build.ps1
+++ b/ci/scripts/go_build.ps1
@@ -1,4 +1,3 @@
-#!/usr/bin/env bash
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
diff --git a/ci/scripts/go_test.ps1 b/ci/scripts/go_test.ps1
index ea17fc713..0bc92af8c 100644
--- a/ci/scripts/go_test.ps1
+++ b/ci/scripts/go_test.ps1
@@ -1,4 +1,3 @@
-#!/usr/bin/env bash
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
diff --git a/ci/scripts/python_util.sh b/ci/scripts/python_util.sh
index e5062423e..fa20ec9fc 100644
--- a/ci/scripts/python_util.sh
+++ b/ci/scripts/python_util.sh
@@ -1,5 +1,3 @@
-#!/usr/bin/env bash
-#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
diff --git a/dev/adbc_dev/tests/test_changelog.py
b/dev/adbc_dev/tests/test_changelog.py
index d56e8e9c5..4642bcb9e 100644
--- a/dev/adbc_dev/tests/test_changelog.py
+++ b/dev/adbc_dev/tests/test_changelog.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
diff --git a/dev/adbc_dev/title_check.py b/dev/adbc_dev/title_check.py
old mode 100644
new mode 100755
diff --git a/dev/release/check-rat-report.py b/dev/release/check-rat-report.py
old mode 100644
new mode 100755
diff --git a/dev/release/setup-gpg-agent.sh b/dev/release/setup-gpg-agent.sh
index 9ff84f6f0..86a523ced 100644
--- a/dev/release/setup-gpg-agent.sh
+++ b/dev/release/setup-gpg-agent.sh
@@ -1,5 +1,3 @@
-#!/usr/bin/env bash
-#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
diff --git a/dev/release/utils-common.sh b/dev/release/utils-common.sh
old mode 100644
new mode 100755
index af7c77adb..072ee2289
--- a/dev/release/utils-common.sh
+++ b/dev/release/utils-common.sh
@@ -1,4 +1,3 @@
-#!/usr/bin/env bash
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
diff --git a/python/adbc_driver_bigquery/setup.py
b/python/adbc_driver_bigquery/setup.py
index f5dba25e8..5d267b3be 100644
--- a/python/adbc_driver_bigquery/setup.py
+++ b/python/adbc_driver_bigquery/setup.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
diff --git a/python/adbc_driver_flightsql/setup.py
b/python/adbc_driver_flightsql/setup.py
index 8be464d29..1307440c4 100644
--- a/python/adbc_driver_flightsql/setup.py
+++ b/python/adbc_driver_flightsql/setup.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
diff --git a/python/adbc_driver_manager/setup.py
b/python/adbc_driver_manager/setup.py
index 86dfb9cd9..3bf854f02 100644
--- a/python/adbc_driver_manager/setup.py
+++ b/python/adbc_driver_manager/setup.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
diff --git a/python/adbc_driver_postgresql/setup.py
b/python/adbc_driver_postgresql/setup.py
index 6675f42bb..1bc7b8d5d 100644
--- a/python/adbc_driver_postgresql/setup.py
+++ b/python/adbc_driver_postgresql/setup.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
diff --git a/python/adbc_driver_snowflake/setup.py
b/python/adbc_driver_snowflake/setup.py
index 9dad7dcc2..3313524a6 100644
--- a/python/adbc_driver_snowflake/setup.py
+++ b/python/adbc_driver_snowflake/setup.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
diff --git a/python/adbc_driver_sqlite/setup.py
b/python/adbc_driver_sqlite/setup.py
index e5a3a5dc4..5bc7cec50 100644
--- a/python/adbc_driver_sqlite/setup.py
+++ b/python/adbc_driver_sqlite/setup.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information