Steven Silvester
Steven Silvester
> The ask is that we include both our license as well as the OpenTelemetry license in that copy. If possible, I'd recommend keeping the original LICENSE and adding a...
Hi @scattered-development, yes, please create a PR!
Hi @BrenBarn, agreed that the 7.x release was a bit awkward as we experimented with how to transition to providing both async and sync versions of the components. You will...
Needs some direct tests for the new `ZMQStream` class, including the ability to pass through, such as `if stream is not None and not stream.closed()`.
Hi @rxm7706, we're tracking this in https://jira.mongodb.org/browse/ARROW-235. I made an attempt in to support it for 1.4.0 but ran into test failures.
Hi @covatic-john, I'm trying to reproduce your setup on an amazonlinux:2 docker image. What steps did you use to install libbson? amazonlinux is not one of the supported platforms: https://mongoc.org/libmongoc/1.17.0/installing.html#install-libbson-with-a-package-manager.
Do you have any extra sources configured? When I tried that from the docker image I get: `No package libbson available.`. I ran: ``` docker run -it amazonlinux:2 /bin/bash $...
Hi @rxm7706, I opened https://jira.mongodb.org/browse/ARROW-246 to track this issue, and will make a 1.15.1 release next week.
Hi @timkpaine! I personally do not think it is worth the disruption to existing users. We'd also have to update https://blog.jupyter.org/packaging-for-jupyter-in-2022-c7be64c38926.
Hi @xahram, I did a bit of digging. Unfortunately until polars supports extension [types](https://github.com/pola-rs/polars/issues/9112), we need to do some conversion to get where you want to go. Here's a sketch...