-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Describe the bug
- While reviewing Implement Parquet filter pushdown via new filter pushdown APIs #15769 from @adriangb I noticed there are two CI tests that each take 15 minutes that are doing the same thing:
datafusion/.github/workflows/rust.yml
Line 349 in 555fc2e
| # Run `cargo test doc` (test documentation examples) |
datafusion/.github/workflows/docs_pr.yaml
Line 38 in 555fc2e
| linux-test-doc: |
To Reproduce
Make a PR that runs the CI jobs
Expected behavior
I would like to save CI cycles by only running one job. I suggest removing this copy of the jobs:
datafusion/.github/workflows/docs_pr.yaml
Line 38 in 555fc2e
| linux-test-doc: |
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers