Elliana May

Results 261 comments of Elliana May

@fomcl you can look at the build failure here: https://github.com/Mause/duckdb/runs/7709633572?check_suite_focus=true

Looks like we were once compatible though: https://github.com/duckdb/duckdb/pull/720

FWIW this blocks https://github.com/Mause/duckdb_engine/issues/330

@8513421 which version of the jdbc driver are you using? It's probably the 0.4.0 version if you just installed it from Maven Central

It looks like we're presently being quite strict on how we do the type checking for the replacement scans: https://github.com/duckdb/duckdb/blob/d883bc8a0563ffb378ebc320aefa2e5bc5169763/tools/pythonpkg/src/pyconnection.cpp#L671-L677 ~~Looking at the code for the datasets library, it doesn't...

@pdet this is what I'm referring to by type protocols: https://mypy.readthedocs.io/en/stable/protocols.html Personally I think this is the better path going forward, rather than trying to support each library individually -...

> Sorry for my naive question, but how should that be done in practice? > Attribute checking on the object? Or maybe there is a cleaner solution? If you enable...

DuckDB is a possibility as well, as it has parquet support, and the only dependency is numpy, and is already compilable to WASM -> https://github.com/duckdb/duckdb-wasm (Full disclosure, I work on...

> Does duckb have python bindings? It isn't obvious to me from the repos. Yep! https://pypi.org/project/duckdb/

> On mac arm64 (m1 pro), I got the same error that the extension was not available after running `make`: > > ```text > ./build/release duckdb -unsigned > D LOAD...