Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 17 (0.087s).
Loading phrases to help you
refine your search...
[AVRO-1166] IDL return type of map<record> fails in schema processing - Avro - [issue]
...An IDL construct such as ...Foo.idlprotocol MyService {    record Bar {        int     count;        string  m...
http://issues.apache.org/jira/browse/AVRO-1166    Author: George Fletcher, 2013-02-12, 18:43
IDL return type of map<record> causes run-time errors - Avro - [mail # user]
...Hi,  We've run into an issue with AVRO IDL schema run-time processing where  an IDL method of ...       map getBars();  generates exceptions at run-time due to ...
   Author: George Fletcher, 2012-09-14, 19:38
[AVRO-963] Allow compiler's template directory to be overridden in Maven plugins - Avro - [issue]
...It is currently not possible to override the location of the velocity templates except via overriding a system property which requires a maven command line option. Allow for the location of ...
http://issues.apache.org/jira/browse/AVRO-963    Author: George Fletcher, 2012-05-17, 19:15
[AVRO-1036] IDL processing fails with multi-level nested imports - Avro - [issue]
...The change to support finding IDL related files on the classpath in addition to the maven-plugin defined directory caused the context of the "sourceDirectory" to be lost when the InputStream...
http://issues.apache.org/jira/browse/AVRO-1036    Author: George Fletcher, 2012-03-19, 16:34
Re: IDL import bug in Avro 1.6.2? - Avro - [mail # user]
...Jira ticket filed...  https://issues.apache.org/jira/browse/AVRO-1036  I have a solution (added to comments on the ticket) but not sure it's  the best solution.  Thanks, ...
   Author: George Fletcher, 2012-02-23, 17:54
Re: IDL import bug in Avro 1.6.2? - Avro - [mail # user]
...It turns out there is a bug in the idl.jj compiler which doesn't pass  along the current "sourceDirectory" to 2nd level nested imports. I'll  file a bug and upload a patch and asso...
   Author: George Fletcher, 2012-02-22, 19:08
IDL import bug in Avro 1.6.2? - Avro - [mail # user]
...It appears that AVRO 1.6.2 broked nested IDL imports. Our project is set  up as follows. We use the IDL for all protocol and type definitions. In  order to share types, we create "...
   Author: George Fletcher, 2012-02-22, 15:40
[AVRO-962] Avro maven plugin does not support String type override in IDLProtocolMojo.java - Avro - [issue]
...This following line needs to added to IDLProtocolMojo.java      SpecificCompiler compiler = new SpecificCompiler(protocol);+     compiler.setStringType(StringTy...
http://issues.apache.org/jira/browse/AVRO-962    Author: George Fletcher, 2012-02-15, 00:46
[AVRO-965] Enhance the IDL parser to allow properties for protocols and messages - Avro - [issue]
...Enhance the IDL parser to support arbitrary properties for protocol and message types. This will allow for attaching metadata to a protocol or message and can be used for versioning and in s...
http://issues.apache.org/jira/browse/AVRO-965    Author: George Fletcher, 2012-02-15, 00:46
[AVRO-886] Support doc strings in IDL for protocols and message interfaces - Avro - [issue]
...I would like to be able to add documentation to the IDL that will get parsed with more types than Enum, Fixed and Record. Specifically, I'd like to support doc strings for protocols and mess...
http://issues.apache.org/jira/browse/AVRO-886    Author: George Fletcher, 2011-12-13, 19:06
Sort:
project
Avro (17)
type
mail # user (11)
issue (6)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (17)
author
Doug Cutting (802)
Scott Carey (431)
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)
George Fletcher