Adam Curtis
Adam Curtis
I'd like to make a tool that makes it possible to build tests that compare function outputs from multiple Haskell backends against each other, in order to ensure consistent behavior...
When building a test archive with debuginfo enabled and with `split-debuginfo=unpacked` (default on MacOS when using Cargo) or `split-debuginfo=packed` (default on Windows MVSC and default on MacOS when using rustc...
documents changes for stateless management of FlightSQL prepared statement handles based on the design proposal described in apache/arrow#37720 * GitHub Issue: #37720 PRs for language implementations: * Rust: apache/arrow-rs#5433 *...
### Rationale for this change See discussion on https://github.com/apache/arrow/issues/37720 and mailing list: https://lists.apache.org/thread/3kb82ypx99q96g84qv555l6x8r0bppyq ### What changes are included in this PR? Changes the Go FlightSQL client and server implementations to...
## Which issue does this PR close? Closes https://github.com/apache/datafusion/issues/10220 ## Rationale for this change Loosen the restriction on when type coercion will preserve dictionary types to prevent slow casting of...
## Which issue does this PR close? Closes #1160. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? yes ## Are...
## Which issue does this PR close? Closes https://github.com/apache/datafusion/issues/1160. ## Rationale for this change This is a follow up to https://github.com/apache/datafusion/pull/10358 with a new approach that should short-circuit earlier. See...
Hey there. Not sure if I should submit an issue here or in nixpkgs, but I encountered an error when trying to build blightmud on a Macbook Pro M3 using...
### Describe the bug DataFusion fails with schema mismatch error when processing UNION ALL query on parquet files with field metadata. `Error while planning query: Internal error: Physical input schema...