Devin D'Angelo
Devin D'Angelo
Thank you for flagging and working on this. I'm happy to help if you run into any issues moving to JoinSet as I wrote most of these instances of tokio::spawn....
I tried searching documentation of various engines to see if ' is allowed in partition columns. I didn't find anything concrete. However, I tried the equivalent example in DuckDB and...
Dataframe::write_parquet and related methods use the COPY logical/ physical plans under the hood, so if we knock out #8493 this ticket should come almost for free.
I went ahead and implemented this and #8493 in #9240. Let me know if it looks good to you @alamb .
I am interested in working on this and #3770 as I have a use case for a capability to simplify deeply nested expressions. E.g. ```sql (((col - 10) + 10)...