| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
80 (0.067s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Recursively nested arrays - Avro - [mail # user]
|
|
...arrays, i.e. an arbitrary number of arrays within arrays? As I haven't found a way to reference an array/items "type" by name, I'm not sure that its possible. Anyone ...
|
|
|
Author: Douglas Creager,
2011-03-23, 13:34
|
|
|
[AVRO-778] C: avrocc schema-specific compiler - Avro - [issue]
|
|
...I've started work on a pure-C compiler for generating C types that are specific to an Avro schema. This resurrects the avro_schema_specific function that's been lying around in the hea...
|
|
|
http://issues.apache.org/jira/browse/AVRO-778
Author: Douglas Creager,
2011-03-14, 14:56
|
|
|
[AVRO-744] Helper macros for extracting and setting record field values - Avro - [issue]
|
|
...I've created two helper macros that can be used to extract or set the value of a record field using fewer function calls. So instead ofint rc;avro_datum_t field;char ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-744
Author: Douglas Creager,
2011-03-12, 00:32
|
|
|
[AVRO-751] Store schema reference in datum instances - Avro - [issue]
|
|
...This is a patch that lets us keep track of which schema an avro_datum_t is an instance of. This is a breaking API change, but I think it makes the API simpler and more logical. F...
|
|
|
http://issues.apache.org/jira/browse/AVRO-751
Author: Douglas Creager,
2011-03-12, 00:32
|
|
|
[AVRO-762] Better schema resolution - Avro - [issue]
|
|
...I've been working on a pretty major patch that changes the way the C library implements schema resolution. Before, we would compare the writer and reader schemas each time we try to re...
|
|
|
http://issues.apache.org/jira/browse/AVRO-762
Author: Douglas Creager,
2011-03-12, 00:32
|
|
|
[AVRO-749] Jansson build artefacts shouldn't be installed - Avro - [issue]
|
|
...The C library contains an internal copy of the Jansson JSON library. Our copy should be strictly internal, but the autotools build currently installs the Jansson include file and pkg-c...
|
|
|
http://issues.apache.org/jira/browse/AVRO-749
Author: Douglas Creager,
2011-03-12, 00:32
|
|
|
[AVRO-750] pkg-config file - Avro - [issue]
|
|
...It would be nice for the library to have a pkg-config file. That would make it easier to link with the library in other projects....
|
|
|
http://issues.apache.org/jira/browse/AVRO-750
Author: Douglas Creager,
2011-03-12, 00:32
|
|
|
[AVRO-725] avro_schema_get_subschema function - Avro - [issue]
|
|
...I've created a patch that adds a new avro_schema_get_subschema function. This provides a single function for returning the named subschema, without having to worry about which particul...
|
|
|
http://issues.apache.org/jira/browse/AVRO-725
Author: Douglas Creager,
2011-03-12, 00:32
|
|
|
[AVRO-742] Maintain reference counts for singleton objects - Avro - [issue]
|
|
...We use singleton objects for the null Avro value, and for each of the primitive Avro schema types. They're initialized with a reference count of 1, and their reference counts are decre...
|
|
|
http://issues.apache.org/jira/browse/AVRO-742
Author: Douglas Creager,
2011-03-12, 00:32
|
|
|
[AVRO-727] Plethora of new accessors/mutators - Avro - [issue]
|
|
...I'm attaching a patch that adds a slew of new accessor and mutators methods to the C API. I think this is basically complete — any useful piece of information about any of the schema o...
|
|
|
http://issues.apache.org/jira/browse/AVRO-727
Author: Douglas Creager,
2011-03-12, 00:32
|
|
|
|