| clear query|facets|time |
Search criteria: .
Results from 1 to 7 from
7 (0.071s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1348] Improve Utf8 to String conversion - Avro - [issue]
|
|
...AVRO-1241 found that the existing method of creating Strings from Utf8 byte arrays could be made faster. The same method is being used in the Utf8.toString(), and could likely be sped up by ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1348
Author: Mark Wagner,
2013-06-19, 02:19
|
|
|
Re: using Avro unions with HIVE - Avro - [mail # user]
|
|
...Hi Ran, Unfortunately, there's no real way to manipulate unions in Hive. The Avro SerDe translates Avro unions into Hive unions correctly, but the support for accessing those fields is...
|
|
|
Author: Mark Wagner,
2013-05-23, 20:08
|
|
|
Re: Using AVRO with Pig - Avro - [mail # user]
|
|
...Hi Terry, There is an AvroStorage Load/StoreFunc available in the piggybank. Documentation is available at https://cwiki.apache.org/PIG/avrostorage.html Thanks, Mark On Fr...
|
|
|
Author: Mark Wagner,
2013-03-02, 01:33
|
|
|
[AVRO-1228] Evolving schemas cause AvroColumnReader to fail - Avro - [issue]
|
|
...Giving AvroColumnReader an evolved schema (with a default value) to project down to causes a runtime exception, with a message of "No column named: *". As part of Trevni's support for Avro, ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1228
Author: Mark Wagner,
2013-02-05, 02:22
|
|
|
[AVRO-1229] Trevni should support Boolean fields - Avro - [issue]
|
|
...Trevni currently provides no native support for Boolean types. As part of the Avro support, Booleans should be available. The Impala code recognizes this as well: https://github.com/cloudera...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1229
Author: Mark Wagner,
2013-01-18, 19:35
|
|
|
[AVRO-1233] InputBuffer not fully initialized when used with InputBytes - Avro - [issue]
|
|
...InputBuffers constructed with InputBytes and a position incorrectly set the position, causing EOFExceptions later. This manifests itself when reading Trevni from a byte[]....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1233
Author: Mark Wagner,
2013-01-17, 21:13
|
|
|
[AVRO-1231] AvroColumnator misidentifies named schemas as recursive - Avro - [issue]
|
|
...Constructing an AvroColumnator with a schema that has nested schemas that are later reused causes AvroColumnator to incorrectly identify the schema as recursive and throw an exception. This ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1231
Author: Mark Wagner,
2013-01-14, 20:31
|
|
|
|