| clear query|facets|time |
Search criteria: .
Results from 11 to 19 from
19 (0.075s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1153] Exception when trying to write object with Nullable field that is of Stringable type - Avro - [issue]
|
|
...There seems to be an issue with stringable fields that are nullable. I'm mostly using ReflectData.AllowNull in my real usage of this feature and I'm seeing it fail with this:org.apache.avro....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1153
Author: Alexandre Normand,
2012-09-13, 00:54
|
|
|
Re: Release 1.7.2? - Avro - [mail # dev]
|
|
...That would be great. I don't want to push my luck but I would personally like to have AVRO-1153 included in that release if you have time to review/commit the latest patch :) Alex &nbs...
|
|
|
Author: Alexandre Normand,
2012-09-12, 23:00
|
|
|
Release 1.7.2? - Avro - [mail # dev]
|
|
...Hey, I was wondering what were the plans for the 1.7.2 release. Could that happen soon? Cheers! Alex ...
|
|
|
Author: Alexandre Normand,
2012-09-12, 22:24
|
|
|
[AVRO-1147] Allow Stringable Map keys in addition to pure String keys (avro reflection) - Avro - [issue]
|
|
...I'm using avro reflection for some serialization that doesn't require the best performance for some short-lived data. However, the object I'm trying to serialize uses a Map with non-String k...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1147
Author: Alexandre Normand,
2012-09-11, 01:38
|
|
|
[AVRO-1146] Can't use ReflectData to get schema when the type has a BigDecimal or BigInteger field - Avro - [issue]
|
|
...I'm using avro Reflection API for a specific use case and I have a bug where if the object I'm trying to get the Schema for has a field of type BigDecimal. Because BigDecimal extends java.la...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1146
Author: Alexandre Normand,
2012-09-11, 01:04
|
|
|
Could Avro support Stringable key classes for Maps in addition to pure Strings? - Avro - [mail # user]
|
|
...Hey, I was going to use avro reflection to serialize some data but I have some Maps that have non String keys. I realize that avro restricts Map keys to Strings but would it be a good idea t...
|
|
|
Author: Alexandre Normand,
2012-09-05, 18:17
|
|
|
Re: Schema resolution failure when the writer's schema is a primitive type and the reader's schema is a union - Avro - [mail # user]
|
|
...It makes sense when you think about it. I guess making that parameter name writerSchema rather than the generic schema name would have been even better but at least I know now. Thanks...
|
|
|
Author: Alexandre Normand,
2012-08-31, 21:31
|
|
|
Re: Schema resolution failure when the writer's schema is a primitive type and the reader's schema is a union - Avro - [mail # user]
|
|
...That's one of the things I've tried already. I've reversed the order to ["int", "null"] but I get the same result. Should I file a bug in Jira? Alex On Thursday, August 3...
|
|
|
Author: Alexandre Normand,
2012-08-31, 06:06
|
|
|
Schema resolution failure when the writer's schema is a primitive type and the reader's schema is a union - Avro - [mail # user]
|
|
...Hey, I've been running into this case where I have a field of type int but I need to allow for null values. To do this, I now have a new schema that defines that field as a union of nu...
|
|
|
Author: Alexandre Normand,
2012-08-17, 00:59
|
|
|
|