[jira] [Created] (HIVE-16480) ORC file with empty array and array fails to read

2017-04-19 Thread David Capwell (JIRA)
David Capwell created HIVE-16480: Summary: ORC file with empty array and array fails to read Key: HIVE-16480 URL: https://issues.apache.org/jira/browse/HIVE-16480 Project: Hive Issue Type

Re: ORC NPE while writing stats

2015-09-02 Thread David Capwell
o setMinimum unless it had at least some > non-null values in the column. > > Do you have multiple threads working? There isn't anything that should be > introducing non-determinism so for the same input it would fail at the same > point. > > .. Owen > > >

Re: ORC NPE while writing stats

2015-09-02 Thread David Capwell
Also, the data put in are primitives, structs (list), and arrays (list); we don't use any of the boxed writables (like text). On Sep 2, 2015 12:57 PM, "David Capwell" wrote: > We have multiple threads writing, but each thread works on one file, so > orc writer is only

ORC NPE while writing stats

2015-09-02 Thread David Capwell
We are writing ORC files in our application for hive to consume. Given enough time, we have noticed that writing causes a NPE when working with a string column's stats. Not sure whats causing it on our side yet since replaying the same data is just fine, it seems more like this just happens over t