| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
7340 (0.053s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1347] Improve name and alias matching for named schemas - Avro - [issue]
|
|
...When reading an avro file with a named schema, the aliases of the writers schema are not taken into account; only the aliases of the readers are matched against the writers name. Even if the...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1347
Author: Vincenz Priesnitz,
2013-06-14, 09:19
|
|
|
Issue with Protobuf and Thrift content type - Avro - [mail # dev]
|
|
...Hi, In my Java application,I want to provide support for Avro, Thrift and Protobuf. I am using java classes generated by ...
|
|
|
Author: Shlok Thakur,
2013-06-14, 08:30
|
|
|
[AVRO-1337] Transform a single .avdl into many .avsc - Avro - [issue]
|
|
...The syntax of avro IDL is attractive in order to build more readable and thus maintainable avro schemadata, even when not using protocols. However, there is currently no way of extracting th...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1337
Author: Bertrand Dechoux,
2013-06-13, 23:44
|
|
|
[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-06-13, 20:40
|
|
|
[AVRO-1290] Handling NaN and positive and negative infinities in C++ Json - 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-06-13, 20:40
|
|
|
[AVRO-1080] JsonIO.cc should allow \u escape sequence in string - Avro - [issue]
|
|
...If an avro string contains a unicode escape sequence that begins with "\u" instead of "\U" an exception is thrown by the parser. The problematic code is at JsonIO.cc line 269.JsonParser::Tok...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1080
Author: Keh-Li Sheng,
2013-06-13, 20:07
|
|
|
Re: Avro-C Snappy support - Avro - [mail # user]
|
|
...Fantastic! Thanks for the patch. I'll try to take a look at it this week. cheers –doug ...
|
|
|
Author: Douglas Creager,
2013-06-13, 17:13
|
|
|
[AVRO-1345] Python Codegen - Avro - [issue]
|
|
...I recently started using Avro at my work and we found it difficult to keep track of what python dict matched to what schema. Instead of having random dicts being populated and then attempted...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1345
Author: Tal Levy,
2013-06-13, 01:07
|
|
|
Re: compatibility across versions - Avro - [mail # user]
|
|
...anyone ? On Tue, Jun 11, 2013 at 10:41 PM, Tejas Patil wrote: ...
|
|
|
Author: Tejas Patil,
2013-06-12, 23:41
|
|
|
[AVRO-896] Snappy compression for avro-c - Avro - [issue]
|
|
...Hi again,I'd really love to have Snappy compression available in AVRO-C.Cheers,Lucas...
|
|
|
http://issues.apache.org/jira/browse/AVRO-896
Author: Lucas Martin-King,
2013-06-12, 20:49
|
|
|
|