| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
7243 (0.108s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Best practices for java enums...? - Avro - [mail # user]
|
|
...+1 to this suggestion. Docs on individual symbols in IDL enums would be convenient. Felix, will you file that ticket please? I can promise to upvote. On Fri, May 10, 2013 at 10:...
|
|
|
Author: Jeremy Kahn,
2013-05-10, 18:47
|
|
|
Re: Best practices for java enums...? - Avro - [mail # user]
|
|
...If you use Avro IDL then you can more easily maintain long, multi-line comments for your enum. http://avro.apache.org/docs/current/idl.html#minutiae_comments IDL files (.avdl) ca...
|
|
|
Author: Doug Cutting,
2013-05-10, 17:55
|
|
|
[AVRO-1316] IDL code-generation generates too-long literals for very large schemas - Avro - [issue]
|
|
...When I work from a very large IDL schema, the Java code generated includes a schema JSON literal that exceeds the length of the maximum allowed literal string (65535 characters). This ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1316
Author: Jeremy Kahn,
2013-05-10, 01:08
|
|
|
[AVRO-1326] Files written with bzip2 codec cannot be read - Avro - [issue]
|
|
...When attempting to read a file written using the bzip2 codec for compression, the following exception is thrown upon completion of the first encoded block:Exception in thread "main" org.apac...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1326
Author: Kevin Irwin,
2013-05-10, 01:08
|
|
|
[AVRO-1327] Having GenericEnumSymbol implement Comparable (mimic'ing java's Enum) - Avro - [issue]
|
|
...It would be great if we could have GenericEnumSymbol implementing Comparable (either using int or String rep).This is mainly because GenericEnumSymbol is trying to mimic the java.lang.Enum a...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1327
Author: Hernan Otero,
2013-05-10, 01:08
|
|
|
[AVRO-1319] Two new tools: random & totrevni - Avro - [issue]
|
|
...I've added two new tools: "random" to generate a data file of random records given a schema "totrevni" to convert an Avro data file to trevni formatThese have proven useful to me in debuggin...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1319
Author: Doug Cutting,
2013-05-10, 01:08
|
|
|
[AVRO-1322] Publish trevni-avro artifact with Hadoop version classifier - Avro - [issue]
|
|
...The avro-mapred maven artifact is published with a classifier based on the version of hadoop (1 or 2) is was built against. It would be great if trevni-avro did the same....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1322
Author: Matt Massie,
2013-05-10, 01:08
|
|
|
Best practices for java enums...? - Avro - [mail # user]
|
|
...Hello, I'm currently writing an avro schema which includes an enum field that I already have as a java enum in my application. At first, I named the avro field with the same full...
|
|
|
Author: Felix GV,
2013-05-09, 23:39
|
|
|
Obama orders machine readability to be the norm - Avro - [mail # user]
|
|
...http://www.whitehouse.gov/the-press-office/2013/05/09/executive-order-making-open-and-machine-readable-new-default-government- Is anyone from the avro community planning on advocating ...
|
|
|
Author: Jeremy Lewi,
2013-05-09, 19:11
|
|
|
[AVRO-1118] Specifying null as default of a union only works if null is specified as first type in the union - Avro - [issue]
|
|
...There is some unexpected behavior I am coming across where if I specify a union as such:"type": ["string", "null"],"default": nullI get an Exception:Exception in ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1118
Author: Mike Percy,
2013-05-09, 17:17
|
|
|
|