Re: Thoughts on Acid reader

2017-09-15 Thread Owen O'Malley
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

2017-09-15 Thread xndai
Github user xndai commented on the issue: https://github.com/apache/orc/pull/151 @majetideepak how do I do that? :) ---