Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-16 BSON array support #119

Merged
merged 42 commits into from
Jan 9, 2023
Merged

Conversation

juliusgeo
Copy link
Contributor

No description provided.

bindings/python/docs/source/quickstart.rst Outdated Show resolved Hide resolved
bindings/python/pymongoarrow/context.py Outdated Show resolved Hide resolved
bindings/python/pymongoarrow/lib.pyx Outdated Show resolved Hide resolved
bindings/python/pymongoarrow/lib.pyx Outdated Show resolved Hide resolved
bindings/python/pymongoarrow/lib.pyx Outdated Show resolved Hide resolved
bindings/python/test/test_arrow.py Outdated Show resolved Hide resolved
@juliusgeo juliusgeo marked this pull request as ready for review December 20, 2022 21:55
bindings/python/docs/source/quickstart.rst Outdated Show resolved Hide resolved
bindings/python/test/test_arrow.py Outdated Show resolved Hide resolved
bindings/python/test/test_arrow.py Outdated Show resolved Hide resolved
Copy link
Member

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@juliusgeo juliusgeo merged commit 790095a into mongodb-labs:main Jan 9, 2023
Arrays (and nested arrays) are also supported::

from pymongoarrow.api import Schema
schema = Schema({'_id': int, 'amount': float, 'account': list_(int32())})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no account field in the example documents above. Could you open a ticket to update these examples?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants