Closed
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
datafusion/.github/workflows/docs_pr.yaml
Line 38 in 555fc2e
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
Additional context
No response