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(node): align incoming data to table schema #802

Merged
merged 4 commits into from
Jan 11, 2024

Conversation

changhiskhan
Copy link
Contributor

Closes #774

Caveat: only handles top level field order.
For nested subfields you still need to manually
ensure the order is correct (for now).

Closes #774

Caveat: only handles top level field order.
For nested subfields you still need to manually
ensure the order is correct (for now).
throw new Error(`The column ${field.name} was not found in the Arrow Table`)
}
// TODO if this is a struct field then recursively align the subfields
alignedColumns[field.name] = column
Copy link
Contributor

Choose a reason for hiding this comment

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

I thought the keys of a Record / object were unordered in TS?

@changhiskhan changhiskhan merged commit 81af350 into main Jan 11, 2024
8 checks passed
@changhiskhan changhiskhan deleted the changhiskhan/input-order branch January 11, 2024 00:44
koolamusic pushed a commit to tecmie/lancedb that referenced this pull request Jan 12, 2024
raghavdixit99 pushed a commit to raghavdixit99/lancedb that referenced this pull request Apr 5, 2024
raghavdixit99 pushed a commit to raghavdixit99/lancedb that referenced this pull request Apr 5, 2024
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.

bug(node): Schema incompatibility due to Object order
2 participants