Good morning,
I am using the Orc-core Java library for the first time.
I could not find in the documentation a way to use the Orc File Writer to
create Orc files, but instead of writing them to disk, retain the bytearray
to have the actual writing handled by some other system.
Is this natively possible?
I also thought about using stuff like Google jimfs to create a file in
memory and then reading it, but it's suboptimal.

Thanks,
Alessandro

Reply via email to