| clear query|facets|time |
Search criteria: .
Results from 181 to 190 from
7215 (0.066s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
|
|
...This *could* get us closer to implementing a new "reader" extending DatumReader that reads text/json and generates Avro records (even SpecificRecord records). Vice versa - one could similarl...
|
|
|
Author: Pankaj Shroff,
2013-04-17, 14:16
|
|
|
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
|
|
...I created https://issues.apache.org/jira/browse/AVRO-1299 and posted a patch to let SpecificRecordBase implement GenericRecord. As I think about it, it seems to me that SpecificRecordBuilder...
|
|
|
Author: Christophe Taton,
2013-04-17, 05:30
|
|
|
FAQ - Apache Avro - Apache Software Foundation - Avro - [wiki]
|
|
... show comment hide comment &nb...
|
|
|
https://cwiki.apache.org/confluence/display/AVRO/FAQ
Author: Gabriel Reid,
2013-04-17, 00:00
|
|
|
Re: Parsing a Pair's value - inherited namespace? - Avro - [mail # user]
|
|
...Thanks for confirming the fix. I committed the patch. I'm not sure when the next Avro release will be, but probably sometime in the next month. Doug On Sun, Apr 14, 2...
|
|
|
Author: Doug Cutting,
2013-04-16, 23:27
|
|
|
Re: How is a union of multiple primitives handled? - Avro - [mail # user]
|
|
...struggling to solve my own problems with it, it appears like this is a common "problem" when using SpecificRecord and SpecificDatumReader. More specifically, if you are passing just a JSON s...
|
|
|
Author: Pankaj Shroff,
2013-04-16, 18:07
|
|
|
Re: Python Errors - Avro - [mail # user]
|
|
...Indeed it is..! But sometimes backward compatibility and other reasons, it is required and packages are needed to be built for RHEL 4 n 6 both. On Tue, Apr 16, 2013 at 5:53 AM, ...
|
|
|
Author: Milind Vaidya,
2013-04-16, 13:52
|
|
|
Re: Python Errors - Avro - [mail # user]
|
|
...Isn't RHEL4 too old as well, now? On Tue, Apr 16, 2013 at 3:48 AM, Milind Vaidya wrote: Harsh J...
|
|
|
Author: Harsh J,
2013-04-16, 10:53
|
|
|
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
|
|
...On Mon, Apr 15, 2013 at 9:19 PM, Scott Carey wrote: That's fair. Getters only would work for what I need, assuming setters will eventually come through builders. And Immut...
|
|
|
Author: Christophe Taton,
2013-04-16, 04:39
|
|
|
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
|
|
...I would like to figure out how to make SpecificRecord and GenericRecord immutable in the longer term (or as an option with the code generation and/or builder). The builder is the first...
|
|
|
Author: Scott Carey,
2013-04-16, 04:19
|
|
|
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
|
|
...On Mon, Apr 15, 2013 at 2:21 PM, Christophe Taton wrote: The two methods I wrote above could be added to SpecificRecordBase and it could then be declared to implement GenericReco...
|
|
|
Author: Doug Cutting,
2013-04-15, 22:43
|
|
|
|