Skip to content

Commit

Permalink
Merge branch 'main' of github.com:apache/arrow-datafusion into suppor…
Browse files Browse the repository at this point in the history
…t-temporal-types-in-interval-arithmetics
  • Loading branch information
ch-sc committed Feb 19, 2025
2 parents ec9f8be + ee2d2a4 commit 621809f
Show file tree
Hide file tree
Showing 288 changed files with 7,618 additions and 3,736 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ updates:
# arrow is bumped manually
- dependency-name: "arrow*"
update-types: ["version-update:semver-major"]
groups:
proto:
applies-to: version-updates
patterns:
- "prost*"
- "pbjson*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
jobs:
# Check license header
license-header-check:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Check License Header
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 621809f

Please sign in to comment.