apache / arrow-cookbook

Apache Arrow Cookbook
https://arrow.apache.org/
Apache License 2.0
95 stars 46 forks source link

GH-319: [Java] recipe to concatenate value vectors as one #320

Closed davisusanibar closed 1 year ago

davisusanibar commented 1 year ago

To close #319

Due to the use of JShell to run cookbook, it is not possible to create packages to access package-private objects, such as the org.apache.arrow.vector.util package. Therefore, I am only adding the recipe as a code block.

davisusanibar commented 1 year ago

If the utility is package-private, then it's not usable! File a PR upstream first to make it public and add tests.

Changed

lidavidm commented 1 year ago

Can you rebase here?

lidavidm commented 1 year ago

@davisusanibar please write Closes #319 and not To close #319, GitHub doesn't understand the second one.

lidavidm commented 1 year ago

Oh, hmm, never mind that.