| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
80 (0.728s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Avro C API - Handing of Default values - Avro - [mail # dev]
|
|
...Hi Steve, you're right, that did slip through the cracks. Sorry for that! CCing the dev list so that we're back on the record. I think I was a bit optimistic when I said a...
|
|
|
Author: Douglas Creager,
2013-04-22, 15:11
|
|
|
Re: Failed Serializing Bytes - Avro - [mail # user]
|
|
...The file_writer part looks right; I think the problem is where you're filling in the value before serializing it. Think of your avro_value_t instance as a pointer — it doesn't look lik...
|
|
|
Author: Douglas Creager,
2013-04-11, 12:32
|
|
|
Re: avro_value_t or avro_datum_t - Avro - [mail # user]
|
|
... With the old datum API, avro_file_reader_read would allocate a new datum instance for each record read from the file. The new value API doesn't allocate anything for you, so that...
|
|
|
Author: Douglas Creager,
2013-04-08, 13:32
|
|
|
Re: How to set 'values' in a record - Avro - [mail # user]
|
|
... With the old datum API, you had to create a new datum instance for the field's value, and then assign that field datum to the record datum (just like you did). With the value API...
|
|
|
Author: Douglas Creager,
2013-04-08, 13:22
|
|
|
Re: Schema evolution and projection - Avro - [mail # user]
|
|
...So this is actually because the C API doesn't support default values yet. :-/ The schema parsing code just ignores the "default" clause completely, which is why you're seeing tha...
|
|
|
Author: Douglas Creager,
2013-03-01, 23:34
|
|
|
Re: Schema evolution and projection - Avro - [mail # user]
|
|
...Alrighty, here you go: http://dcreager.github.com/avro-examples/resolved-writer.html And a git repo with the source code: https://github.com/dcreager/avro-examples/tree/mas...
|
|
|
Author: Douglas Creager,
2013-02-28, 22:38
|
|
|
Re: Schema evolution and projection - Avro - [mail # user]
|
|
...Apologies for that — you're absolutely right that we need to clean up the C API documentation a bit. tl;dr — The schema projection doesn't happen for free; you need to use a "resolved...
|
|
|
Author: Douglas Creager,
2013-02-28, 21:01
|
|
|
Re: [VOTE] Avro release 1.7.3 (rc1) - Avro - [mail # dev]
|
|
...Done, thanks! –doug ...
|
|
|
Author: Douglas Creager,
2012-12-01, 17:04
|
|
|
Re: [VOTE] Avro release 1.7.3 (rc1) - Avro - [mail # dev]
|
|
...Sorry I missed these — I was out of town this week. I have a patch for AVRO-1089 which I'm about to upload. Would it be possible to include that in 1.7.3, or should it wait for t...
|
|
|
Author: Douglas Creager,
2012-12-01, 14:52
|
|
|
Re: Release 1.7.2? - Avro - [mail # dev]
|
|
...I closed AVRO-1165, along with AVRO-1161 and AVRO-1164. I think we're good for a release on the C side. ...
|
|
|
Author: Douglas Creager,
2012-09-17, 23:28
|
|
|
|