Adam Gutglick

Results 32 issues of Adam Gutglick

There are multiple places where we want to specialize for different async runtimes, or where we make assumptions about the availability of a specific runtime (like in Datafusion, where we...

## Vortex Issues - [ ] #1507 - [ ] Output ordering support (reverting #2429) - [ ] Respecting more global configurations (or explicitly error if they are used), and...

epic

useful to get back info on the file for caching/reporting. original reason is to return the number of rows written in `VortexSink::write_all`, which is very hacky right now.

If we stay with release-plz, I think we should figure out how to both have a single changelog file with all the changes, and also make sure it gets pushed...

## Which issue does this PR close? - Closes ##16158 and #16444. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested?...

documentation
core
sqllogictest
common

## Which issue does this PR close? - Closes #16448. ## Rationale for this change #15913 introduced a feature to hid a test utilities module in `datafusion-physical-plan`. The module was...

physical-plan

### Describe the bug Fuzzer failed during an unrelated change - https://github.com/apache/datafusion/actions/runs/15741542523/job/44367876525?pr=16449. Not sure how long GitHub retains logs, so I'm also adding the actual output: ``` ---- fuzz_cases::sort_query_fuzz::sort_query_fuzzer_runner stdout...

bug

### Describe the bug One of the benchmark is behind a `bench` feature that isn't linted by default, so code that doesn't compile snuck into `main`. ### To Reproduce ```shell...

bug

**Is your feature request related to a problem? Please describe.** I want to be able to specify headers on a per request headers, in my specific use cases those are...

enhancement

Because the inner name of the macro changes, tools that detect semver-related changes like [`cargo-semver-checks`](https://github.com/obi1kenobi/cargo-semver-checks) think its a new macro every time, making them mark it as a major breaking...