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

feat(rust): add trait for incoming data #1128

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

westonpace
Copy link
Contributor

This will make it easier for 3rd party integrations. They simply need to implement IntoArrow for their types in order for those types to be used in ingestion.

@westonpace westonpace changed the title feat: add trait for incoming data feat(rust): add trait for incoming data Mar 18, 2024
@westonpace westonpace merged commit 2de2262 into lancedb:main Mar 19, 2024
5 checks passed
raghavdixit99 pushed a commit to raghavdixit99/lancedb that referenced this pull request Apr 5, 2024
This will make it easier for 3rd party integrations. They simply need to
implement `IntoArrow` for their types in order for those types to be
used in ingestion.
raghavdixit99 pushed a commit to raghavdixit99/lancedb that referenced this pull request Apr 5, 2024
This will make it easier for 3rd party integrations. They simply need to
implement `IntoArrow` for their types in order for those types to be
used in ingestion.
westonpace added a commit that referenced this pull request Apr 5, 2024
This will make it easier for 3rd party integrations. They simply need to
implement `IntoArrow` for their types in order for those types to be
used in ingestion.
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

2 participants