Hi All,

I have an use case where I need to append either 1 or many rows to orcFile
as well as read 1 or many rows from it.

I observed that I cannot read rows from OrcFile unless I close the
OrcFile's writer, is this correct?

Why doesn't write actually flush the rows to the orcFile, is there any
alternative where I write the rows as well as read them without closing the
orcFile's writer ?

Thanks and Regards,
Amey

Reply via email to