| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
80 (0.111s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: release 1.6.0 soon? - Avro - [mail # dev]
|
|
...version of the new value API committed in time for 1.6.0. I'll make sure that's done over the weekend. I just opened up JIRA issues for a couple of patches I had queued up ...
|
|
|
Author: Douglas Creager,
2011-10-10, 13:59
|
|
|
Re: release 1.6.0 soon? - Avro - [mail # dev]
|
|
...in a Ditto for the C library. I'd like to make sure I have a stable version of the new value API committed in time for 1.6.0. I'll make sure that's done over th...
|
|
|
Author: Douglas Creager,
2011-10-08, 13:06
|
|
|
Re: Avro C issue with multi-threading - Avro - [mail # dev]
|
|
...seeing works my variable(schema) modified through avro threads claims as experience. Which library version are you using? Anything in the 1.5 branch or earlier doesn't make...
|
|
|
Author: Douglas Creager,
2011-09-26, 20:56
|
|
|
[AVRO-819] C library not propagating error codes when reading files - Avro - [issue]
|
|
...The C library's data file reader isn't propagating error codes correctly, which causes avro_file_reader_read to not correctly detect EOF. Instead, it will return as if it's reading the...
|
|
|
http://issues.apache.org/jira/browse/AVRO-819
Author: Douglas Creager,
2011-08-12, 20:22
|
|
|
[AVRO-818] C data file writer produces corrupt blocks - Avro - [issue]
|
|
...The data file writer in the C library can produce corrupt blocks. The logic in datafile.c is that we have a fixed-buffer in-memory avro_writer_t instance. When you append records...
|
|
|
http://issues.apache.org/jira/browse/AVRO-818
Author: Douglas Creager,
2011-08-12, 20:22
|
|
|
Re: buildbot failure in ASF Buildbot on avro-c-solaris-x86 - Avro - [mail # dev]
|
|
...while building ASF Buildbot. I did some research and I think I've tracked down a fix that will fix these errors (by having the CMake scripts to turn on C99 features on Sola...
|
|
|
Author: Douglas Creager,
2011-07-14, 03:29
|
|
|
Re: New name requirements for Avro 1.5 - Avro - [mail # user]
|
|
...When I attempted to upgrade to Avro 1.5 I got an error about illegal field names. I notice this case happens when I use a ‘-’ character or a ‘.’ in a field name. upg...
|
|
|
Author: Douglas Creager,
2011-06-10, 19:23
|
|
|
Several new features in C library - Avro - [mail # user]
|
|
...Hello everyone, I've been working on a couple of new features that I hope to have added to the C library in time for the 1.6.0 release, and I wanted to provide a brief over...
|
|
|
Author: Douglas Creager,
2011-06-07, 18:03
|
|
|
Re: C implementation - wrong number of records - Avro - [mail # user]
|
|
...You found a bug in the C library's file reader code; I've opened up a bug report for it: https://issues.apache.org/jira/browse/AVRO-819 The problem is that the file reader ...
|
|
|
Author: Douglas Creager,
2011-05-12, 14:26
|
|
|
Re: Concatenating avro data files? - Avro - [mail # user]
|
|
...You can't, however, use the Unix "cat" command. That will give you a second Avro file header halfway through your new file, which is invalid....
|
|
|
Author: Douglas Creager,
2011-04-22, 13:21
|
|
|
|