Hi! Sorry for the beginner question, but I'm finding my google-fu is not enough to find an answer.
I'm trying to write orc files directly. I think I can read and write fine, but now I want to read, then update a record within the Orc file and save the changes. Is there an example? Or is the only way is to read from a source file and write (modified) to a destination orc file? The examples in the repo seems all read or all write, but no update?
