Skip to content

Commit 05e32e3

Browse files
Revert "Update fork (#12)"
This reverts commit 838222c.
1 parent 838222c commit 05e32e3

File tree

333 files changed

+7548
-22276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

333 files changed

+7548
-22276
lines changed

.asf.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ github:
4141
- sql
4242
enabled_merge_buttons:
4343
squash: true
44-
squash_commit_message: PR_TITLE_AND_DESC
4544
merge: false
4645
rebase: false
4746
features:

.github/workflows/audit.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,8 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
- name: Install cargo-audit
45-
uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2.62.38
45+
uses: taiki-e/install-action@5b5de1b4da26ad411330c0454bdd72929bfcbeb2 # v2.62.29
4646
with:
4747
tool: cargo-audit
4848
- name: Run audit check
49-
# RUSTSEC-2025-0111: tokio-tar is by testcontainers for orchestration
50-
# of testing, so does not impact DataFusion's security
51-
# See https://github.com/apache/datafusion/issues/18288
52-
# NOTE: can remove this once testcontainers releases a version that includes
53-
# https://github.com/testcontainers/testcontainers-rs/pull/852
54-
run: cargo audit --ignore RUSTSEC-2025-0111
49+
run: cargo audit

.github/workflows/extended.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ on:
3636
# it is not expected to have many changes in these branches,
3737
# so running extended tests is not a burden
3838
- 'branch-*'
39-
# Also run for changes to some critical areas that are most likely
40-
# to trigger errors in extended tests
41-
pull_request:
42-
branches: [ '**' ]
43-
paths:
44-
- 'datafusion/physical*/**/*.rs'
45-
- 'datafusion/expr*/**/*.rs'
46-
- 'datafusion/optimizer/**/*.rs'
4739
workflow_dispatch:
4840
inputs:
4941
pr_number:

.github/workflows/labeler/labeler-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ execution:
5858

5959
datasource:
6060
- changed-files:
61-
- any-glob-to-any-file: ['datafusion/datasource/**/*', 'datafusion/datasource-avro/**/*', 'datafusion/datasource-arrow/**/*', 'datafusion/datasource-csv/**/*', 'datafusion/datasource-json/**/*', 'datafusion/datasource-parquet/**/*']
61+
- any-glob-to-any-file: ['datafusion/datasource/**/*', 'datafusion/datasource-avro/**/*', 'datafusion/datasource-csv/**/*', 'datafusion/datasource-json/**/*', 'datafusion/datasource-parquet/**/*']
6262

6363
functions:
6464
- changed-files:

.github/workflows/rust.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -353,19 +353,6 @@ jobs:
353353
with:
354354
save-if: ${{ github.ref_name == 'main' }}
355355
shared-key: "amd-ci-linux-test-example"
356-
- name: Remove unnecessary preinstalled software
357-
run: |
358-
echo "Disk space before cleanup:"
359-
df -h
360-
apt-get clean
361-
rm -rf /__t/CodeQL
362-
rm -rf /__t/PyPy
363-
rm -rf /__t/Java_Temurin-Hotspot_jdk
364-
rm -rf /__t/Python
365-
rm -rf /__t/go
366-
rm -rf /__t/Ruby
367-
echo "Disk space after cleanup:"
368-
df -h
369356
- name: Run examples
370357
run: |
371358
# test datafusion-sql examples
@@ -425,7 +412,7 @@ jobs:
425412
sudo apt-get update -qq
426413
sudo apt-get install -y -qq clang
427414
- name: Setup wasm-pack
428-
uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2.62.38
415+
uses: taiki-e/install-action@5b5de1b4da26ad411330c0454bdd72929bfcbeb2 # v2.62.29
429416
with:
430417
tool: wasm-pack
431418
- name: Run tests with headless mode
@@ -752,7 +739,7 @@ jobs:
752739
- name: Setup Rust toolchain
753740
uses: ./.github/actions/setup-builder
754741
- name: Install cargo-msrv
755-
uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2.62.38
742+
uses: taiki-e/install-action@5b5de1b4da26ad411330c0454bdd72929bfcbeb2 # v2.62.29
756743
with:
757744
tool: cargo-msrv
758745

0 commit comments

Comments
 (0)