[
https://issues.apache.org/jira/browse/AVRO-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Banachowski updated AVRO-112:
---
Status: Patch Available (was: Open)
> Turn off verbose debugging on the checked in version
> -
[
https://issues.apache.org/jira/browse/AVRO-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Banachowski updated AVRO-112:
---
Attachment: AVRO-112.patch
patch file
> Turn off verbose debugging on the checked in version
>
Turn off verbose debugging on the checked in version
Key: AVRO-112
URL: https://issues.apache.org/jira/browse/AVRO-112
Project: Avro
Issue Type: Improvement
Components: c++
I noticed that in the last c++ patch, a macro to turn on extra debugging is
turned on (probably accidently by me).
(line 29 of src/c++/impl/Compiler.cc)
Usually I comment the line to turn it off, like so:
27 namespace avro {
28
29 // #define DEBUG_VERBOSE
30
It does no harm to leave it o
+1, md5 matches, ant test passes (ubuntu jaunty), and RAT comes up clean.
Patrick
Matt Massie wrote:
I ran "ant test-c" on my Macbook (MacOS X 10.5.8) and "ant test" on CentOS
5.3 64-bit and it passed.
+1
-Matt
On Fri, Sep 4, 2009 at 10:18 AM, Doug Cutting wrote:
I have created a candid
I ran "ant test-c" on my Macbook (MacOS X 10.5.8) and "ant test" on CentOS
5.3 64-bit and it passed.
+1
-Matt
On Fri, Sep 4, 2009 at 10:18 AM, Doug Cutting wrote:
> I have created a candidate build for Avro release 1.1.0. This fixes bugs
> in release 1.0.0 and adds a few new features, inclu
I have created a candidate build for Avro release 1.1.0. This fixes
bugs in release 1.0.0 and adds a few new features, including comparators
and a json encoding.
Please download, test and vote by 9 September.
http://people.apache.org/~cutting/avro-1.1.0-candidate-0/
Thanks!
Doug
[
https://issues.apache.org/jira/browse/AVRO-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Cutting resolved AVRO-111.
---
Resolution: Fixed
I just committed this.
> document standard sort ordering
> -