Andy Grove

Results 438 issues of 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**...

enhancement

**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...

enhancement

**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...

enhancement
development-process

**Describe the bug** ![cancel2](https://user-images.githubusercontent.com/934084/196001365-03b78c16-9d89-49bc-a912-f1b6608a0f68.png) **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...

bug

**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...

enhancement

**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...

enhancement
needs triage

## 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,...

bug

## 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...

enhancement