Hi David,

Unfortunately the C++ writer does not support it yet. It is pretty
straightforward to implement it. Do you like to contribute?

Best,
Gang

On Wed, Jul 7, 2021 at 4:39 PM David Justen <david.jus...@student.hpi.de>
wrote:

> Hey everyone,
>
> I am currently working on a project using ORC's C++ library. To reduce
> the number of writes, I would like to support multi-partitioned ORC
> files, i.e. multiple valid ORC files in one so that I can read one
> partition through its respective byte range.
>
> I saw that the Writer class from the Java library supports
> `writeIntermediateFooter`, which gives out a byte offset that could be
> used for that purpose. Is there a way to achieve this functionality
> within the C++ library as well?
>
> Best,
> David
>
>

Reply via email to