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

refactor: move encodings to lance-core #1425

Merged
merged 9 commits into from
Oct 17, 2023
Merged

Conversation

eddyxu
Copy link
Contributor

@eddyxu eddyxu commented Oct 16, 2023

No description provided.

@eddyxu eddyxu requested review from wjones127, westonpace and chebbyChefNEQ and removed request for westonpace October 16, 2023 23:47
&BooleanArray::from(vec![false, false, true, false, true])
);
}
// #[tokio::test]
Copy link
Contributor

Choose a reason for hiding this comment

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

why are these disabled?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This requires FileReader / FileWriter, which have not been migrated yet.

Copy link
Contributor

Choose a reason for hiding this comment

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

I guess we need to finish the migration before next release?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it is ok, no user facing changes. The pub structure / traits are re-exported in lance

@eddyxu eddyxu merged commit fcce992 into main Oct 17, 2023
15 checks passed
@eddyxu eddyxu deleted the lei/migrate_object_store branch October 17, 2023 00:58
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.

2 participants