Skip to content

Commit ef6c58c

Browse files
authored
Merge branch 'main' into feat/physical_expr_evaluate_metadata
2 parents 6481b3e + 9730404 commit ef6c58c

File tree

91 files changed

+5757
-1592
lines changed

Some content is hidden

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

91 files changed

+5757
-1592
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,11 @@ jobs:
693693
# If you encounter an error, run './dev/update_function_docs.sh' and commit
694694
./dev/update_function_docs.sh
695695
git diff --exit-code
696+
- name: Check if runtime_configs.md has been modified
697+
run: |
698+
# If you encounter an error, run './dev/update_runtime_config_docs.sh' and commit
699+
./dev/update_runtime_config_docs.sh
700+
git diff --exit-code
696701
697702
# Verify MSRV for the crates which are directly used by other projects:
698703
# - datafusion

0 commit comments

Comments
 (0)