Elliana May
Elliana May
> @Mytherin could you give us some timeline ? We can plan our work accordingly. Also if it's a simple change we could also do the same and build the...
You'll need to update the .pyi stubs too
Lists and dictionaries are a lot less important than checking for arrow and pandas datatypes, I think
The protocol classes can just be defined in normal python and imported like `py::module::import("duckdb.protocols").attr("ArrowTableLike")`, though that will require some slight reorganisation of the package
I mean, if we can't do protocols, a good start would be using the proper isinstance checks? Protocols can always be an additional layer on top of that I'd be...
Definitely sounds like it would be worth adding those details to the docs or docstrings
> I'm also seeing this issue. Perhaps there is a way to install from a downloaded `httpfs.duckdb_extension.gz`? My attempts to do this in python `master` have resulted in `Segmentation fault`....
Please make sure the git hash of the extension you download matches `duckdb.__git_revision__` as well
> Confirmed the same - `0d2d7930d`. Thanks for your help in debugging. Hmm okay, can you please raise a separate issue with all that information so we can track it...
> @Mause Thank you very much for implementing a fix for this issue. I see the PR hasn't had activity in the last 19 days, are you planning on discarding...