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

[Java] Add copy functions to Table #33217

Closed
asfimport opened this issue Oct 12, 2022 · 1 comment
Closed

[Java] Add copy functions to Table #33217

asfimport opened this issue Oct 12, 2022 · 1 comment

Comments

@asfimport
Copy link

Add copyVector() and copy() (to copy the whole Table) to the Table interface.

 

The copy vector methods support the use-case where someone really needs a vector (rather than, say, a FieldReader), but we don't want to break immutability. 

 

The copy table method supports the use-case of wanted to make a working copy of a table before converting the original to a VectorSchemaRoot

Reporter: Larry White / @lwhite1
Assignee: Larry White / @lwhite1

PRs and other links:

Note: This issue was originally created as ARROW-18014. Please see the migration documentation for further details.

@asfimport
Copy link
Author

David Li / @lidavidm:
Issue resolved by pull request 14389
#14389

@asfimport asfimport added this to the 11.0.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant