Andrew Lamb

Results 1730 comments of Andrew Lamb

Update -- @XiangpengHao found the root cause of the "small string is slower" -- read about it in this great writeup: https://github.com/apache/arrow-rs/pull/6031 TLDR is that we can make arrow/parquet reading...

This is done on the string-view2 branch. Once we mereg https://github.com/apache/datafusion/pull/11667 we can close this ticket I think

https://github.com/apache/datafusion/pull/11667 is ready for review 🥳

I think this could be useful, depending on how we envision flightsql being used If it is to have `dft` be a full on flightsql client, in addition to its...

Ah, got it - I see now how the config file would be useful 👍

Thanks @eejbyfeldt and @jayzhan211 -- this PR seems to be failing CI so I am marking it as a draft until that gets sorted out. I am working on reducing...

I am starting to collect a list of things to highlight here * New trait based APIs * Pluggable handler for CREATE FUNCTIONL https://github.com/apache/arrow-datafusion/pull/9333 (thanks @milenkovicm) * DataFusion Comet blog...

CTE support: https://github.com/apache/arrow-datafusion/pull/9619

WASM from @waynexia https://github.com/apache/arrow-datafusion/discussions/9834