Cory Grinstead

Results 227 comments of Cory Grinstead

for the pyo3 build thrashing, the recommended approach is actually to set the env var `PYO3_PYTHON` to a hardcoded path. https://github.com/PyO3/PyO3/issues/1708 The vscode settings help with this in a different...

there are lots of `to_arrow` methods in the codebase, can you provide more info on which ones you are suggesting changing

@coolderli are you able to provide a minimal reproducible example (MRE) ? That would greatly help with our debugging efforts! If you are unable to create an MRE, are you...

> I assumed that feature parity with Python Polars is kind of a guiding principle — and Python Polars has Excel I/O, of course. so this was the case pretty...

TPCH q5 no longer panics! It errors out due to lack of cross join & `INTERVAL` support, but we're actively working on adding support for these!

@TheR1sing3un, Is this ready for review? It appears some of the tests are still failing. Feel free to ping me or @colin-ho once the CI is passing and it's ready...

@TheR1sing3un, I think we could merge this in as soon as the CI failures are passing.

> rust-analyzer is "working" but not actually displaying errors in my editor. I can go-to-def or even view function definitions, but I don't get errors to show up. This makes...

just adding a few perf observations here. using the `https://datasets.clickhouse.com/hits_compatible/hits.parquet` dataset. Datafusion only takes ~74ms while we take ~300ms ``` > timeit {datafusion-cli -q -c "select count(*) from './hits.parquet'"} 74ms...

@scsmithr does this only fail when connected to cloud? I can run the query locally (albeit **very** slowly).