| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
7249 (0.066s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1340] use default to allow old readers to specify default enum value when encountering new enum symbols - Avro - [issue]
|
|
...The schema resolution page says:> if both are enums:> if the writer's symbol is not present in the reader's enum, then anerror is signalled.This makes it difficult to use enum's becaus...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1340
Author: Jim Donofrio,
2013-05-25, 06:35
|
|
|
Re: why isnt there an option for a default enum so that the writer can add new enum symbols - Avro - [mail # user]
|
|
...I created AVRO-1340 On 05/23/2013 02:49 PM, Scott Carey wrote:...
|
|
|
Author: Jim Donofrio,
2013-05-25, 05:36
|
|
|
[AVRO-1337] Transform a single .avdl into many .avsc - Avro - [issue]
|
|
...The syntax of avro IDL is attractive in order to build more readable and thus maintainable avro schemadata, even when not using protocols. However, there is currently no way of extracting th...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1337
Author: Bertrand Dechoux,
2013-05-24, 20:37
|
|
|
[AVRO-1238] Avro-C better end of file detection - Avro - [issue]
|
|
...Currently in the C library, avro_file_reader_read_value will error out when it hits the end of a file.I propose we make it detect when it has hit the end of file, and return -1.This means th...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1238
Author: Michael Cooper,
2013-05-24, 17:10
|
|
|
[AVRO-1324] Avro-C: namespace lookup and inherited namespaces - Avro - [issue]
|
|
...It seems that the C version of Avro doesn't resolve fully-qualified type names, and it doesn'tunderstand inherited namespaces.For example this doesn't work:{"type": "record", "namespace": "x...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1324
Author: Ben Walsh,
2013-05-24, 17:10
|
|
|
[AVRO-1278] Avro-C: Error parsing schema with fixed field default value - Avro - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/AVRO-1278
Author: Carl Steinbach,
2013-05-24, 14:41
|
|
|
avro-1.7.4 for python throws exception on Windows server 2008 - Avro - [mail # user]
|
|
...Hello, friends! I am newbie in avro and try to put my data into this container. But it is failing with exception. I found that code like that: # -*- coding: utf-8 -*- from avro i...
|
|
|
Author: Павел Мезенцев,
2013-05-24, 13:45
|
|
|
Re: Is Avro right for me? - Avro - [mail # user]
|
|
...Yep. Avro would be great at that (provided your central consumer is Avro friendly, like a Hadoop system). Make sure that all of your schemas have default values defined for fields so t...
|
|
|
Author: Sean Busbey,
2013-05-24, 04:16
|
|
|
Ruby RPC - Avro - [mail # user]
|
|
...Is anyone aware or knows why that the Ruby RPC example client doesn't work with 1.8.7 (Haven't tried any other versions)? - https://github.com/phunt/avro-rpc-quickstart/tree/master/src...
|
|
|
Author: Mark,
2013-05-23, 20:33
|
|
|
Is Avro right for me? - Avro - [mail # user]
|
|
...We're thinking about generating logs and events with Avro and shipping them to a central collector service via Flume. Is this a valid use case?...
|
|
|
Author: Mark,
2013-05-23, 20:29
|
|
|
|