| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
15 (0.069s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1105] Scala API for Avro - Avro - [issue]
|
|
...Umbrella issue.Goal is to provide Scala friendly APIs for Avro records and protocols (RPCs).Related project: http://code.google.com/p/avro-scala-compiler-plugin/ looks dead (no change since ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1105
Author: Christophe Taton,
2013-05-10, 22:05
|
|
|
[AVRO-1299] SpecificRecordBase implements GenericRecord - Avro - [issue]
|
|
...Code written for generic records should be directly applicable on equivalent specific records....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1299
Author: Christophe Taton,
2013-04-24, 01:11
|
|
|
[AVRO-1300] Copy-constructor for specific record builders: Builder(Builder other) does not copy the fields from builder "other" - Avro - [issue]
|
|
...Here is a test that fails: @Test public void test() { final Player.Builder builder = Player.newBuilder() .setFirstName...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1300
Author: Christophe Taton,
2013-04-23, 03:47
|
|
|
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
|
|
...Hi, On Mon, Apr 15, 2013 at 3:43 PM, Doug Cutting wrote: Symmetrically, do you think it's possible to have SpecificRecord builders extend GenericRecordBuilder? C....
|
|
|
Author: Christophe Taton,
2013-04-18, 20:18
|
|
|
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
|
|
|
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]
|
|
...On Mon, Apr 15, 2013 at 12:46 PM, Scott Carey wrote: Most people that use Specific records do so for compile time type safety, I am interested in getters and setters at fir...
|
|
|
Author: Christophe Taton,
2013-04-15, 21:21
|
|
|
Could specific records implement the generic API as well? - Avro - [mail # user]
|
|
...Hi, Is there a reason for specific records to not implement the generic API? I didn't find any obvious technical reason, but maybe I missed something. Thanks, C....
|
|
|
Author: Christophe Taton,
2013-04-15, 18:23
|
|
|
Re: Setting a deadline on an RPC? - Avro - [mail # user]
|
|
...Hey Philip, On Wed, Jul 18, 2012 at 6:19 PM, Philip Zeyliger wrote: Thanks for the reply! Is there an equivalent with NettyTransceivers? C. Cheers,...
|
|
|
Author: Christophe Taton,
2012-07-19, 18:41
|
|
|
Setting a deadline on an RPC? - Avro - [mail # user]
|
|
...Hi, Is there a way to set a deadline on an RPC? I've been searching the list and in the code but I didn't find anything so far. Thanks! C....
|
|
|
Author: Christophe Taton,
2012-07-02, 19:21
|
|
|
|