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(java): support take api for java module #3316

Merged
merged 3 commits into from
Dec 31, 2024

Conversation

yanghua
Copy link
Collaborator

@yanghua yanghua commented Dec 30, 2024

No description provided.

@github-actions github-actions bot added enhancement New feature or request java labels Dec 30, 2024
* @param columns the columns to take
* @return an ArrowReader
*/
public ArrowReader take(List<Integer> indices, List<String> columns) throws IOException {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There will be another overload method for indices and SQL expressions.

Copy link
Contributor

@eddyxu eddyxu left a comment

Choose a reason for hiding this comment

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

LGTM. Pending address other comments

Copy link
Collaborator

@SaintBacchus SaintBacchus left a comment

Choose a reason for hiding this comment

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

LGTM

@eddyxu eddyxu merged commit 8767c10 into lancedb:main Dec 31, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants