Steven Silvester
Steven Silvester
Thanks, I filed https://jira.mongodb.org/browse/ARROW-181.
Hi @alexisvannier, we require gcc 12+, I opened https://jira.mongodb.org/browse/ARROW-229 to track adding it to the documentation.
Hi @K-to-the-D, can you please share some example code? I set a debug point in this [test](https://github.com/mongodb-labs/mongo-arrow/blob/54248fbbff17cd5aa8874a1410d06e6ab22cc322/bindings/python/test/test_arrow.py#L471) and the resulting data types were: ``` pyarrow.Table Int64: int32 float: double int:...
Ah, understood, this will be fixed by https://jira.mongodb.org/browse/ARROW-179.
> @blink1073 Is there ever a divergence between connection level and client level caching? I can't find where to respond. Yes, if another connection on the same client has already...
> @blink1073 I'm just curious as to what the point of the connection cache is at all? If the client cache is always the source of truth for all connections,...
I opened https://jira.mongodb.org/browse/MOTOR-1316 to track dropping Python 3.7 support.
Does this need to be ported to `master`?
Hi @reagle! I not sure if this is possible since we convert the documents to html prior to checking the links. The actual link url might not even be in...
We do the conversion [here](https://github.com/jupyterlab/pytest-check-links/blob/b454dd12e5e93291cf101c38df5f351d5600d042/pytest_check_links/plugin.py#L108) and then parse the document [here](https://github.com/jupyterlab/pytest-check-links/blob/b454dd12e5e93291cf101c38df5f351d5600d042/pytest_check_links/plugin.py#L168). We might be able to get the line number from the parsed html, but at that point we don't...