Andrew Lamb
Andrew Lamb
This came up on the sync call today I would like consider doing this item before we release (as this check has caused significant pain downstream in InfluxDB 3.0 as...
Here is the PR to use StringView when reading from Parquet files: https://github.com/apache/datafusion/pull/13101
> There is a regression for CREATE TABLE [#12864 (comment)](https://github.com/apache/datafusion/pull/12864#issuecomment-2437123342) This should be resolved before release (or judged OK to break). Filed I have filed https://github.com/apache/datafusion/issues/13124 to track the
I am getting worried about the number of changes that are accumulating unreleased. Here is my proposal: - Add the "turn off the schema check" PR: https://github.com/apache/datafusion/issues/13065 (any volunteers to...
@andygrove what are your thoughts timingwise for 43? I feel like we are accumulating substantial API changes and it might be nice to release sooner rather than later
Thank yoU @timsaucer ❤️ I am not sure -- I haven't heard from @andygrove -- perhaps we should ask him in Slack? If he is willing, I think it would...
The release has been approved and published to crates.io Minor follow on: - https://github.com/apache/datafusion/pull/13333 Tracking `44.0.0`: - https://github.com/apache/datafusion/issues/13334
Thanks again @andygrove
Thanks again @tshauck and @devinjdangelo
I am pretty sure DuckDB has their own parquet implementation too that would likely be good to get represented: https://github.com/duckdb/duckdb/blob/main/extension/parquet/parquet_reader.cpp