Matt, So you were using the org.apache.orc.mapred API? Was the union value null or was the contained value null? Can you use orc-contents to dump the file's data?
.. Owen On Thu, Jun 2, 2016 at 3:54 PM, Matt Burgess <[email protected]> wrote: > I am out of town through Sunday so I won't be able to give the RC a try > before the vote closes, but I've had a good experience with the snapshot so > far (the Java part) so I'm looking forward to the release! > > One thing I did see, but couldn't characterize enough to file a Jira, was > the setting of a null value into a union column. While the isNull entry > appeared to be set correctly in memory, when i wrote the file then read it > back in, the isNull entry was false (when it was true right before > writing). I will dig in when I get back; so far all observed errors have > been my own :) > > Regards, > Matt > > > On Jun 2, 2016, at 6:21 PM, Owen O'Malley <[email protected]> wrote: > > > > Ok, I addressed Prasanth's points and have rolled a new RC. > > > > Artifacts: http://home.apache.org/~omalley/orc-1.1.0/ > > Git tag: https://github.com/apache/orc/releases/tag/release-1.1.0rc1 > > > > Voting will conclude in 72 hours. > > > > Thanks, > > Owen >
