| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
20 (0.489s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-732] Generated protocol's method should not throw AvroRemoteException - Avro - [issue]
|
|
...If user does NOT define the throws clause in the idl, the code is generated with "throws AvroRemoteException" clause. However on throwing the AvroRemoteException from the implementation, the...
|
|
|
http://issues.apache.org/jira/browse/AVRO-732
Author: Sharad Agarwal,
2012-12-20, 18:13
|
|
|
Re: java specific implementation uses GenericArray ? - Avro - [mail # user]
|
|
... Using GenericArray is not very symmetric; for maps we do use java.util.Map. Ok the reason this is a problem for me is: I am using specific to generate the classes and want to try  ...
|
|
|
Author: Sharad Agarwal,
2010-07-27, 22:47
|
|
|
Re: java specific implementation uses GenericArray ? - Avro - [mail # user]
|
|
...Yang wrote: It can do: java.util.List or Type[]...
|
|
|
Author: Sharad Agarwal,
2010-07-27, 22:39
|
|
|
java specific implementation uses GenericArray ? - Avro - [mail # user]
|
|
...Is there a reason for SpecificCompiler to use GenericArray rather than java's native array or list ?...
|
|
|
Author: Sharad Agarwal,
2010-07-27, 22:15
|
|
|
Avro IDL: Sharing complex types in multiple protocols - Avro - [mail # user]
|
|
...I don't find a way to to share complex type in more than one protocol. I want to do something like: @namespace ("x.y") protocol Protocol1 { record MyRecord { ...
|
|
|
Author: Sharad Agarwal,
2010-07-22, 18:40
|
|
|
Re: [VOTE] Avro as TLP? - Avro - [mail # dev]
|
|
...+1 Doug Cutting wrote:...
|
|
|
Author: Sharad Agarwal,
2010-03-25, 04:48
|
|
|
[AVRO-80] 'reflect' implementation requires Avro classes to define types - Avro - [issue]
|
|
...Since 'reflect' implementation is expected to work with existing code, it should work with java types. For example it should work with java String instead of org.apache.avro.util.Utf8....
|
|
|
http://issues.apache.org/jira/browse/AVRO-80
Author: Sharad Agarwal,
2010-03-01, 17:10
|
|
|
Re: new committer: Jeff Hammerbacher - Avro - [mail # dev]
|
|
...Congratulations Jeff. Thanks for your contribution, taking python implementation forward. Sharad Doug Cutting wrote:...
|
|
|
Author: Sharad Agarwal,
2010-01-13, 03:54
|
|
|
[AVRO-78] 'reflect' implementation works only with public fields - Avro - [issue]
|
|
...As per the documentation 'reflect' implementation should work for Class#getDeclaredFields()...
|
|
|
http://issues.apache.org/jira/browse/AVRO-78
Author: Sharad Agarwal,
2009-09-16, 22:31
|
|
|
[AVRO-62] Canonicalize protocol string before computing MD5 - Avro - [issue]
|
|
...Creating MD5 from non-canonical protocol string results in extra round trip and requires schema transfer over wire while doing inter language rpc. The protocol string should be canonicalized...
|
|
|
http://issues.apache.org/jira/browse/AVRO-62
Author: Sharad Agarwal,
2009-07-14, 23:04
|
|
|
|