Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 4 from 4 (0.094s).
Loading phrases to help you
refine your search...
[AVRO-1327] Having GenericEnumSymbol implement Comparable (mimic'ing java's Enum) - Avro - [issue]
...It would be great if we could have GenericEnumSymbol implementing Comparable (either using int or String rep).This is mainly because GenericEnumSymbol is trying to mimic the java.lang.Enum a...
http://issues.apache.org/jira/browse/AVRO-1327    Author: Hernan Otero, 2013-05-10, 01:08
[AVRO-1169] Reduce memory footprint of ResolvingGrammarGenerator - Avro - [issue]
...We noticed an OutOfMemory error in one of our client applications (GUI) when trying to decode messages that require resolving.It turns out the use of Schema.toString(true) in method generate...
http://issues.apache.org/jira/browse/AVRO-1169    Author: Hernan Otero, 2012-12-10, 17:57
[AVRO-1074] Suggested optimization for Utf8.length() - Avro - [issue]
...Wanted to suggest a small optimization.  It is quite common for applications to do a quick check (along with null-ness) for 0-length of string-typed fields.  Today's Utf8.length() ...
http://issues.apache.org/jira/browse/AVRO-1074    Author: Hernan Otero, 2012-05-17, 22:30
[AVRO-946] GenericData.resolveUnion() performance improvement - Avro - [issue]
...Due to the sequential nature of today's implementation of GenericData.resolveUnion() (used when serializing an object):public int resolveUnion(Schema union, Object datum) {    ...
http://issues.apache.org/jira/browse/AVRO-946    Author: Hernan Otero, 2011-11-15, 17:30
Sort:
project
Avro (4)
type
issue (4)
date
last 7 days (0)
last 30 days (0)
last 90 days (1)
last 6 months (1)
last 9 months (4)
author
Doug Cutting (806)
Scott Carey (440)
Jeff Hammerbacher (175)
Philip Zeyliger (118)
Matt Massie (102)
Bruce Mitchener (89)
Douglas Creager (82)
Thiruvalluvan M. G. (82)
Harsh J (74)
Jeff Hodges (65)
James Baldassari (53)
Yang (52)
Scott Banachowski (48)
Jeremy Lewi (46)
Miki Tebeka (46)
Hernan Otero