> > just a quick question: Is C++ support planned for > > reading and writing AVRO data files?
> Avro already comes with a C++ API. It's not complete ASFAIK, but at > the very least you have schema handling, reader/writers and code > generation as well. Thanks, I know about the C++ API - but it doesn't seem to support the data file part of the Avro spec yet, from what I've seen. Since this would be very handy for my application I wanted to know if support for data files is planned for the C++ API. Cheers, Oliver
