apache / arrow-cookbook

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

Simple Parquet storage service with Arrow Flight (Java Version) #313

Open pronzato opened 1 year ago

pronzato commented 1 year ago

Any plans to have a Java version of your 'Simple Parquet storage service with Arrow Flight' cookbook (in addition to the Python and C++ ones)?

https://arrow.apache.org/cookbook/py/flight.html

lidavidm commented 1 year ago

The existing example is already very similar. Are you looking for a Flight example, or a Parquet example?

pronzato commented 1 year ago

Hi David,

Looking for a Java example showing how to stream multiple parquet files to a client.

Regards

Gianni

On Wed, Jun 28, 2023, 12:06 PM David Li @.***> wrote:

The existing example is already very similar. Are you looking for a Flight example, or a Parquet example?

— Reply to this email directly, view it on GitHub https://github.com/apache/arrow-cookbook/issues/313#issuecomment-1611709060, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACO7PHARTGAQZOA3WBD4AFDXNRJATANCNFSM6AAAAAAZXHFDXU . You are receiving this because you authored the thread.Message ID: @.***>

lidavidm commented 1 year ago

CC @davisusanibar we don't have any arrow-dataset examples