Steve S

Results 1 comments of Steve S

Additional information: If I replace the call to `write_table()` with `write_csv()`: ``` let _result = query_df.write_csv("foo", DataFrameWriteOptions::default(), None).await.unwrap(); ``` I get the following error: ``` thread 'main' panicked at ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datafusion-physical-plan-37.1.0/src/insert.rs:127:9:...