Skip to content

Commit ab35b0f

Browse files
Merge branch 'main' into aa/string_builder_char
2 parents 4718fa9 + 9f3cc7b commit ab35b0f

File tree

532 files changed

+20301
-4390
lines changed

Some content is hidden

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

532 files changed

+20301
-4390
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ on:
3939
workflow_dispatch:
4040

4141
jobs:
42-
# Check license header
43-
license-header-check:
44-
runs-on: ubuntu-latest
45-
name: Check License Header
46-
steps:
47-
- uses: actions/checkout@v4
48-
- uses: korandoru/hawkeye@v6
49-
5042
# Check crate compiles and base cargo check passes
5143
linux-build-lib:
5244
name: linux build test
@@ -715,11 +707,6 @@ jobs:
715707
# If you encounter an error, run './dev/update_function_docs.sh' and commit
716708
./dev/update_function_docs.sh
717709
git diff --exit-code
718-
- name: Check if runtime_configs.md has been modified
719-
run: |
720-
# If you encounter an error, run './dev/update_runtime_config_docs.sh' and commit
721-
./dev/update_runtime_config_docs.sh
722-
git diff --exit-code
723710
724711
# Verify MSRV for the crates which are directly used by other projects:
725712
# - datafusion

0 commit comments

Comments
 (0)