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

Investigate column order dependency when casting values in Arrow. #9

Open
ndrluis opened this issue Aug 27, 2024 · 0 comments
Open
Labels
good first issue Good for newcomers
Milestone

Comments

@ndrluis
Copy link
Member

ndrluis commented Aug 27, 2024

Currently, the destination and source columns must have the same order because, when we cast the values based on the destination schema, we receive an error from Arrow. We need to determine whether we must maintain this order or if we can ignore it.

@ndrluis ndrluis added the good first issue Good for newcomers label Aug 27, 2024
@ndrluis ndrluis added this to the 0.1.0 Release milestone Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant