Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 6 from 6 (2.739s).
Loading phrases to help you
refine your search...
[AVRO-1290] AvroCpp json text backend produces "inf" for double values of infinity but won't consume them - Avro - [issue]
...If you use the json encoder and pass it a double with value e.g. std::numeric_limits<double>::infinity() it happily writes the literal "inf". However, the decoder chokes on that litera...
http://issues.apache.org/jira/browse/AVRO-1290    Author: Daniel Russel, 2013-04-04, 23:31
[AVRO-1181] compileJsonSchemaFromString(std::string) declared in Compiler.hh but not defined - Avro - [issue]
...compileJsonSchemaFromString(std::string) is declared in the header, but not defined. Need to add+AVRO_DECL ValidSchema compileJsonSchemaFromString(const std::string& input)+{+  retu...
http://issues.apache.org/jira/browse/AVRO-1181    Author: Daniel Russel, 2013-03-10, 05:17
[AVRO-1182] DataFileReader missing seek, sync methods - Avro - [issue]
...The DataFileReader is missing the seek and sync methods that are found in the java version making it hard to navigate a file except in a linear fashion....
http://issues.apache.org/jira/browse/AVRO-1182    Author: Daniel Russel, 2013-02-01, 18:40
Re: Seeks with DataFileReader in C++ - Avro - [mail # dev]
...On Jan 24, 2013, at 8:46 AM, Thiruvalluvan MG  wrote:  Quite possibly. My main concern with the above API, is that it (from what I understand) still forces the Reader to go through...
   Author: Daniel Russel, 2013-01-28, 19:31
Re: Seeks with DataFileReader in C++ - Avro - [mail # dev]
...In our case, we have files created from large numbers of frames stored sequentially as records in a data file. Currently, finding the i-th frame requires going to the beginning and reading a...
   Author: Daniel Russel, 2013-01-23, 17:03
Seeks with DataFileReader in C++ - Avro - [mail # dev]
...From what I can tell, there is no way to do any sort of random access with the C++ DataFileReader API. Is this correct? Is someone working on that? If not, and people think this would be a g...
   Author: Daniel Russel, 2013-01-23, 05:50
Sort:
project
Avro (6)
type
issue (3)
mail # dev (3)
date
last 7 days (0)
last 30 days (0)
last 90 days (2)
last 6 months (6)
last 9 months (6)
author
Doug Cutting (802)
Scott Carey (437)
Jeff Hammerbacher (175)
Philip Zeyliger (116)
Matt Massie (102)
Bruce Mitchener (89)
Thiruvalluvan M. G. (82)
Douglas Creager (80)
Harsh J (74)
Jeff Hodges (65)
James Baldassari (53)
Yang (52)
Scott Banachowski (48)
Jeremy Lewi (46)
Miki Tebeka (45)
Daniel Russel