Re: Thoughts on Acid reader
Yeah, I'd suggest adding to: OrcFile.ReaderOptions: exposeAcidRowId(boolean); -- so that the returned schema includes the ACID row id Reader.Options: setValidTransactions(TransactionList); -- apply transaction filtering Then it will read a single file (or range using Reader.Options.range(l
[GitHub] orc issue #151: ORC-226 Support getWriterId in c++ reader interface
Github user xndai commented on the issue: https://github.com/apache/orc/pull/151 @majetideepak how do I do that? :) ---