Andy Grove
Andy Grove
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Integration test script should test REST API **Describe the solution you'd like**...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The integration test script tests the scheduler, executor, and Rust client, but...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** When we hold a vote on releasing Ballista, we need voters to...
**Describe the bug**  **To Reproduce** Cancel job from UI **Expected behavior** A clear and concise description of what you expected to happen. **Additional context** Add any other context about...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I would like to move the protobuf serde code into a separate...
**Is your feature request related to a problem? Please describe.** When upgrading to DataFusion 14.0.0, we saw regressions in the test suite due to changes in `filter_push_down` that caused the...
## Which issue does this PR close? Part of https://github.com/apache/datafusion-comet/issues/1625 ## Rationale for this change We would eventually like to support native writes to Parquet. This PR adds a starting...
### Describe the bug Error: ``` Error: The template is not valid. /Users/runner/work/datafusion-comet/datafusion-comet/./.github/actions/java-test/action.yaml (Line: 58, Col: 14): hashFiles('**/pom.xml') failed. Fail to hash files under directory '/Users/runner/work/datafusion-comet/datafusion-comet' ``` According to ChatGPT,...
## Which issue does this PR close? Closes https://github.com/apache/datafusion-comet/issues/2813 ## Rationale for this change ## What changes are included in this PR? ## How are these changes tested?
### What is the problem the feature request solves? https://github.com/apache/datafusion-comet/pull/2812 adds basic support for native Parquet writes, but does not fully support compression codec configs from Spark. Also, lz4 compression...