[jira] [Created] (AVRO-2355) Add compressionLevel to ZStandard compression

2019-03-20 Thread Scott Carey (JIRA)
Scott Carey created AVRO-2355: - Summary: Add compressionLevel to ZStandard compression Key: AVRO-2355 URL: https://issues.apache.org/jira/browse/AVRO-2355 Project: Apache Avro Issue Type: New

[jira] [Commented] (AVRO-2273) Release 1.8.3

2019-03-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16797606#comment-16797606 ] Scott Carey commented on AVRO-2273: --- Its impossible to use Flink (and Kafka Connect in some cases) w

[jira] [Updated] (AVRO-2162) Add Zstandard compression to avro file format

2018-03-22 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-2162: -- Description: I'd like to add Zstandard compression for Avro.  At compression level 1 It is almost

[jira] [Created] (AVRO-2162) Add Zstandard compression to avro file format

2018-03-22 Thread Scott Carey (JIRA)
Scott Carey created AVRO-2162: - Summary: Add Zstandard compression to avro file format Key: AVRO-2162 URL: https://issues.apache.org/jira/browse/AVRO-2162 Project: Avro Issue Type: Improvement

Re: Question related to org.apache.avro.io.DirectBinaryDecoder

2016-01-25 Thread Scott Carey
Looking at the ticket (sorry, can¹t update in JIRA at the moment): The value 101 in the raw data is the integer -51. Therefore the cause is either: * Corrupt data * Improper schema used to read (was written with a different schema than the reader is configured to use for its Œwriter¹ schema)

[jira] [Commented] (AVRO-1124) RESTful service for holding schemas

2013-11-19 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13827415#comment-13827415 ] Scott Carey commented on AVRO-1124: --- All: I apologize for the long delay. What we have

[jira] [Commented] (AVRO-1126) Upgrade to Jackson 2+

2013-10-08 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13789298#comment-13789298 ] Scott Carey commented on AVRO-1126: --- I would like to consider that in our API we don't

[jira] [Commented] (AVRO-1126) Upgrade to Jackson 2+

2013-10-08 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13789865#comment-13789865 ] Scott Carey commented on AVRO-1126: --- I propose that we have a canonical representation

[jira] [Commented] (AVRO-739) Add Date/Time data types

2013-09-06 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13760779#comment-13760779 ] Scott Carey commented on AVRO-739: -- {quote} These seem like two different external

[jira] [Commented] (AVRO-1124) RESTful service for holding schemas

2013-08-16 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13742596#comment-13742596 ] Scott Carey commented on AVRO-1124: --- Yes. I have quite a bit of work outstanding

[jira] [Commented] (AVRO-1124) RESTful service for holding schemas

2013-08-16 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13742628#comment-13742628 ] Scott Carey commented on AVRO-1124: --- Its pluggable, so there are many options. We also

[jira] [Comment Edited] (AVRO-1124) RESTful service for holding schemas

2013-08-16 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13742628#comment-13742628 ] Scott Carey edited comment on AVRO-1124 at 8/16/13 9:43 PM

[jira] [Commented] (AVRO-1126) Upgrade to Jackson 2+

2013-08-13 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13737925#comment-13737925 ] Scott Carey commented on AVRO-1126: --- We should definitely clean up the exposure

Re: [VOTE] Avro release 1.7.5 (rc0)

2013-08-13 Thread Scott Carey
I should have some time tomorrow, or if I'm lucky, tonight. Definitely interested in moving to 1.7.5 here ASAP! On 8/12/13 1:52 PM, Doug Cutting cutt...@apache.org wrote: Can some other PMC members please vote on this? Thanks, Doug On Fri, Aug 9, 2013 at 11:48 AM, Doug Cutting

[jira] [Commented] (AVRO-1348) Improve Utf8 to String conversion

2013-08-13 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13739076#comment-13739076 ] Scott Carey commented on AVRO-1348: --- About a year ago I experimented with all sorts

Re: [jira] [Commented] (AVRO-1334) Java: update dependencies for 1.7.5

2013-08-12 Thread Scott Carey
1.7.5 uses Jackson 1.9.13 (the latest 1.x.x). 2.x is in a different package namespace and does not conflict with users. On 8/8/13 9:24 AM, Doug Cutting cutt...@apache.org wrote: On Wed, Aug 7, 2013 at 7:27 PM, Jeremy Kahn troc...@trochee.net wrote: I'd really like to see Jackson upgraded

[jira] [Updated] (AVRO-1144) Deadlock with FSInput and Hadoop NativeS3FileSystem.

2013-07-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1144: -- Resolution: Fixed Status: Resolved (was: Patch Available) Committed in revision 1508713

[jira] [Commented] (AVRO-1144) Deadlock with FSInput and Hadoop NativeS3FileSystem.

2013-07-29 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722677#comment-13722677 ] Scott Carey commented on AVRO-1144: --- Looks reasonable to me. With the change, all tests

[jira] [Assigned] (AVRO-1144) Deadlock with FSInput and Hadoop NativeS3FileSystem.

2013-07-29 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey reassigned AVRO-1144: - Assignee: Scott Carey Deadlock with FSInput and Hadoop NativeS3FileSystem

Re: release 1.7.5 soon?

2013-07-28 Thread Scott Carey
wrote: Any updates? It's been almost a month since the last comment re:1.7.5 release. We are building more and more features internally that are dependent on the release of 1.7.5. Thanks, Micah On 07/02/2013 07:24 PM, Scott Carey wrote: This weekend, which here in the US at my employer is a full 4

[jira] [Updated] (AVRO-1325) Enhanced Schema Builder API

2013-07-28 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1325: -- Resolution: Fixed Status: Resolved (was: Patch Available) Additionally required upgrading

[jira] [Commented] (AVRO-1325) Enhanced Schema Builder API

2013-07-28 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722062#comment-13722062 ] Scott Carey commented on AVRO-1325: --- committed in revision 1507862

[jira] [Commented] (AVRO-1325) Enhanced Schema Builder API

2013-07-16 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13710349#comment-13710349 ] Scott Carey commented on AVRO-1325: --- I will commit this if there are no objections

Re: release 1.7.5 soon?

2013-07-02 Thread Scott Carey
This weekend, which here in the US at my employer is a full 4 days. I'll try to get the next Schema Repo patch out as well, but 1.7.5 is not blocked by that (we can make a 1.7.6 right after if need be). On 7/1/13 3:15 PM, Doug Cutting cutt...@apache.org wrote: On Mon, Jul 1, 2013 at 9:05 AM,

Re: Forward Declaration

2013-06-28 Thread Scott Carey
I assume he means the difference between: {type:record, name:ForwardRef, fields:[ {name:thing_ref, type: five bytes}, {name:thing_declared, type: {type:fixed, size:5, name:five bytes}} ]} {type:record, name:BackRef, fields:[ {name:thing_declared, type: {type:fixed, size:5, name:five

Re: Forward Declaration

2013-06-28 Thread Scott Carey
I apologize, my spell correct renamed fivebytes to five bytes everywhere below, spaces aren't permitted in Avro names. On 6/28/13 9:08 AM, Scott Carey scottca...@apache.org wrote: I assume he means the difference between: {type:record, name:ForwardRef, fields:[ {name:thing_ref, type: five

Re: Adding as an Avro contributor

2013-06-20 Thread Scott Carey
You have been added as a Contributor in JIRA. -Scott On 6/19/13 7:29 PM, Mohammad Islam misla...@yahoo.com wrote: Hi , I want to work on a patch. Since I'm not listed as a contributor, I can't assign the JIRA to me. Can someone from Avro comitter please add me as a contributor? Regards,

[jira] [Created] (AVRO-1349) Update site Javadoc to remove vulnerability

2013-06-20 Thread Scott Carey (JIRA)
Scott Carey created AVRO-1349: - Summary: Update site Javadoc to remove vulnerability Key: AVRO-1349 URL: https://issues.apache.org/jira/browse/AVRO-1349 Project: Avro Issue Type: Bug

[jira] [Resolved] (AVRO-1349) Update site Javadoc to remove vulnerability

2013-06-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey resolved AVRO-1349. --- Resolution: Fixed committed in revision 1495093. Every instance of site/publish/docs/AVRO_VERSION

Re: release 1.7.5 soon?

2013-06-19 Thread Scott Carey
/browse/AVRO-1297 which is somewhat related to the previous two issues I mentioned. Doug already took a look at it. Not sure if we want to include that in 1.7.5 or wait for the next one. -James On Tue, Apr 30, 2013 at 2:32 PM, Scott Carey scottca...@apache.org (mailto:scottca...@apache.org

[jira] [Commented] (AVRO-1213) Dependency on Jetty Servlet API in IPC

2013-06-08 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13678919#comment-13678919 ] Scott Carey commented on AVRO-1213: --- Netty also now has HTTP support, so we may be able

[jira] [Commented] (AVRO-1335) ResolvingDecoder should provide bidirectional compatibility between different version of schemas

2013-05-21 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13663119#comment-13663119 ] Scott Carey commented on AVRO-1335: --- Thanks for the clarification. Is it safe

[jira] [Updated] (AVRO-1311) Upgrade Snappy-Java dependency to support building on Mac + Java 7

2013-05-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1311: -- Attachment: AVRO-1311.patch snappy-java 1.0.5 is out, with fixes to Java 7 on mac. http://repo1

[jira] [Created] (AVRO-1334) Java: update dependencies for 1.7.5

2013-05-20 Thread Scott Carey (JIRA)
Scott Carey created AVRO-1334: - Summary: Java: update dependencies for 1.7.5 Key: AVRO-1334 URL: https://issues.apache.org/jira/browse/AVRO-1334 Project: Avro Issue Type: Bug

[jira] [Updated] (AVRO-1334) Java: update dependencies for 1.7.5

2013-05-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1334: -- Description: A report for mvn versions:display-property-updates on trunk -- {noformat} [INFO

[jira] [Updated] (AVRO-1334) Java: update dependencies for 1.7.5

2013-05-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1334: -- Description: A report for mvn versions:display-property-updates on trunk -- {noformat} [INFO

[jira] [Commented] (AVRO-1334) Java: update dependencies for 1.7.5

2013-05-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13662552#comment-13662552 ] Scott Carey commented on AVRO-1334: --- Jackson requires an upgrade because

[jira] [Updated] (AVRO-1334) Java: update dependencies for 1.7.5

2013-05-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1334: -- Priority: Minor (was: Major) Java: update dependencies for 1.7.5

[jira] [Updated] (AVRO-1334) Java: update dependencies for 1.7.5

2013-05-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1334: -- Priority: Minor (was: Major) Java: update dependencies for 1.7.5

[jira] [Commented] (AVRO-1335) ResolvingDecoder should provide bidirectional compatibility between different version of schemas

2013-05-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13662642#comment-13662642 ] Scott Carey commented on AVRO-1335: --- The second record must specify a default value

[jira] [Updated] (AVRO-1311) Java: Upgrade snappy-java dependency to 1.0.5

2013-05-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1311: -- Summary: Java: Upgrade snappy-java dependency to 1.0.5 (was: Upgrade Snappy-Java dependency to support

[jira] [Resolved] (AVRO-1311) Java: Upgrade snappy-java dependency to 1.0.5

2013-05-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey resolved AVRO-1311. --- Resolution: Fixed Fix Version/s: 1.7.5 committed @ r1484656 Java: Upgrade

[jira] [Updated] (AVRO-1334) Java: update dependencies for 1.7.5

2013-05-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1334: -- Attachment: AVRO-1334.patch This patch updates versions of plugins and many dependencies. Of note

[jira] [Updated] (AVRO-1334) Java: update dependencies for 1.7.5

2013-05-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1334: -- Status: Patch Available (was: Open) Java: update dependencies for 1.7.5

[jira] [Commented] (AVRO-1334) Java: update dependencies for 1.7.5

2013-05-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13662664#comment-13662664 ] Scott Carey commented on AVRO-1334: --- And lastly, the TestIDL had to be changed since

[jira] [Commented] (AVRO-1334) Java: update dependencies for 1.7.5

2013-05-20 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13662670#comment-13662670 ] Scott Carey commented on AVRO-1334: --- Dependencies I did not update that I defer

[jira] [Commented] (AVRO-1245) Add Merging Functionality to Generated Builders

2013-05-16 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659307#comment-13659307 ] Scott Carey commented on AVRO-1245: --- Another possibility is to do it all at builder

[jira] [Commented] (AVRO-1315) Java: Schema Validation utilities

2013-05-16 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659893#comment-13659893 ] Scott Carey commented on AVRO-1315: --- Chrisophe: I'll add some factory methods

[jira] [Commented] (AVRO-1325) Enhanced Schema Builder API

2013-05-16 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659923#comment-13659923 ] Scott Carey commented on AVRO-1325: --- The field syntax could have shortcuts too -- since

[jira] [Commented] (AVRO-1325) Enhanced Schema Builder API

2013-05-16 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659927#comment-13659927 ] Scott Carey commented on AVRO-1325: --- That brings up one more thing about this design: I

[jira] [Commented] (AVRO-1315) Java: Schema Validation utilities

2013-05-16 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659943#comment-13659943 ] Scott Carey commented on AVRO-1315: --- The issue is that the default value is different

[jira] [Commented] (AVRO-1325) Enhanced Schema Builder API

2013-05-16 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659945#comment-13659945 ] Scott Carey commented on AVRO-1325: --- Another option would be to have record

[jira] [Updated] (AVRO-1325) Enhanced Schema Builder API

2013-05-15 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1325: -- Attachment: AVRO-1325.patch Updated patch contains: * Completed functionality. * Cleaned up API

[jira] [Updated] (AVRO-1325) Enhanced Schema Builder API

2013-05-15 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1325: -- Status: Patch Available (was: Open) Enhanced Schema Builder API

[jira] [Updated] (AVRO-1325) Enhanced Schema Builder API

2013-05-15 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1325: -- Attachment: AVRO-1325-v2.patch This patch includes an additional 180 lines of javadoc introduction

[jira] [Commented] (AVRO-1325) Enhanced Schema Builder API

2013-05-15 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13658758#comment-13658758 ] Scott Carey commented on AVRO-1325: --- My most recent patch deals with the annoying

[jira] [Updated] (AVRO-1314) Java: Add @threadSafe annotation to maven plugins

2013-05-15 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1314: -- Priority: Minor (was: Major) Issue Type: Improvement (was: Bug) Java: Add @threadSafe

[jira] [Updated] (AVRO-1314) Java: Add @threadSafe annotation to maven plugins

2013-05-15 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1314: -- Resolution: Fixed Status: Resolved (was: Patch Available) I committed this @ r1483078

[jira] [Commented] (AVRO-1310) Avro Maven project can't be built from scratch

2013-05-14 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13657175#comment-13657175 ] Scott Carey commented on AVRO-1310: --- Martin: Are you using M2E or maven:eclipse

[jira] [Commented] (AVRO-1325) Enhanced Schema Builder API

2013-05-10 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13654852#comment-13654852 ] Scott Carey commented on AVRO-1325: --- I'll need to clean up the doc a little w.r.t

[jira] [Commented] (AVRO-1325) Enhanced Schema Builder API

2013-05-10 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13654909#comment-13654909 ] Scott Carey commented on AVRO-1325: --- {quote} What is the difference between intWith

[jira] [Commented] (AVRO-1316) IDL code-generation generates too-long literals for very large schemas

2013-05-09 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13653062#comment-13653062 ] Scott Carey commented on AVRO-1316: --- We could make it so that 1.7.4 code can read classes

[jira] [Commented] (AVRO-1316) IDL code-generation generates too-long literals for very large schemas

2013-05-07 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13651254#comment-13651254 ] Scott Carey commented on AVRO-1316: --- Looks good. +1 IDL code

[jira] [Created] (AVRO-1325) Enhanced Schema Builder API

2013-05-07 Thread Scott Carey (JIRA)
Scott Carey created AVRO-1325: - Summary: Enhanced Schema Builder API Key: AVRO-1325 URL: https://issues.apache.org/jira/browse/AVRO-1325 Project: Avro Issue Type: Bug Reporter: Scott

[jira] [Commented] (AVRO-1325) Enhanced Schema Builder API

2013-05-07 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13651288#comment-13651288 ] Scott Carey commented on AVRO-1325: --- Below are the limitations that concern me from AVRO

[jira] [Comment Edited] (AVRO-1325) Enhanced Schema Builder API

2013-05-07 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13651288#comment-13651288 ] Scott Carey edited comment on AVRO-1325 at 5/7/13 9:10 PM: --- Below

[jira] [Updated] (AVRO-1325) Enhanced Schema Builder API

2013-05-07 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1325: -- Attachment: AVRO-1325-preliminary.patch Preliminary work in progress -- mostly complete but requires

[jira] [Commented] (AVRO-1274) Add a schema builder API

2013-05-02 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13647360#comment-13647360 ] Scott Carey commented on AVRO-1274: --- I am working on a modification to the builder

[jira] [Commented] (AVRO-1316) IDL code-generation generates too-long literals for very large schemas

2013-05-02 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13648047#comment-13648047 ] Scott Carey commented on AVRO-1316: --- The limit in the (Sun) java compiler is 64KB

[jira] [Commented] (AVRO-1274) Add a schema builder API

2013-05-02 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13648048#comment-13648048 ] Scott Carey commented on AVRO-1274: --- I am planning on constraining the lexical scope via

[jira] [Commented] (AVRO-1311) Upgrade Snappy-Java dependency to support building on Mac + Java 7

2013-05-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13646760#comment-13646760 ] Scott Carey commented on AVRO-1311: --- 1.0.5 may be released this week (based on -M4 see

[jira] [Commented] (AVRO-607) SpecificData.getSchema not thread-safe

2013-05-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13647037#comment-13647037 ] Scott Carey commented on AVRO-607: -- If I recall, that turns out to be very hard due to how

[jira] [Commented] (AVRO-1310) Avro Maven project can't be built from scratch

2013-05-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13647146#comment-13647146 ] Scott Carey commented on AVRO-1310: --- Thanks for the update! Yes, the maven archetypes

[jira] [Updated] (AVRO-1310) Avro Maven project can't be built from scratch

2013-05-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1310: -- Priority: Minor (was: Major) Avro Maven project can't be built from scratch

[jira] [Updated] (AVRO-1313) Java: Add system property for disabling sun.misc.Unsafe

2013-05-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1313: -- Resolution: Fixed Status: Resolved (was: Patch Available) Committed in revision 1478244

[jira] [Commented] (AVRO-1274) Add a schema builder API

2013-05-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13647196#comment-13647196 ] Scott Carey commented on AVRO-1274: --- We may have more work to do here. How would you

[jira] [Commented] (AVRO-1316) IDL code-generation generates too-long literals for very large schemas

2013-05-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13647205#comment-13647205 ] Scott Carey commented on AVRO-1316: --- I have not, but my schemas are only ~12K. I assume

[jira] [Commented] (AVRO-1274) Add a schema builder API

2013-05-01 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13647221#comment-13647221 ] Scott Carey commented on AVRO-1274: --- I think the answer to my question would be: {code

[jira] [Updated] (AVRO-1282) Make use of the sun.misc.Unsafe class during serialization if a JDK supports it

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1282: -- Resolution: Fixed Fix Version/s: 1.8.0 1.7.5 Status: Resolved

[jira] [Updated] (AVRO-1313) Java: Add system property for disabling sun.misc.Unsafe

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1313: -- Fix Version/s: 1.7.5 Java: Add system property for disabling sun.misc.Unsafe

[jira] [Updated] (AVRO-1313) Java: Add system property for disabling sun.misc.Unsafe

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1313: -- Issue Type: Improvement (was: Bug) Java: Add system property for disabling sun.misc.Unsafe

[jira] [Updated] (AVRO-1313) Java: Add system property for disabling sun.misc.Unsafe

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1313: -- Attachment: AVRO-1313.patch This patch adds the check for avro.disable.unsafe. When

[jira] [Commented] (AVRO-1218) Avro 1.7.3 fails to build

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13645753#comment-13645753 ] Scott Carey commented on AVRO-1218: --- Is this still an issue? I can build on OSX if I

[jira] [Commented] (AVRO-1261) Honor schema defaults with the Constructor in addition to the builders.

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13645789#comment-13645789 ] Scott Carey commented on AVRO-1261: --- +1 Honor schema defaults

[jira] [Commented] (AVRO-1245) Add Merging Functionality to Generated Builders

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13645792#comment-13645792 ] Scott Carey commented on AVRO-1245: --- What about a more fluent API? {code

[jira] [Commented] (AVRO-1245) Add Merging Functionality to Generated Builders

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13645795#comment-13645795 ] Scott Carey commented on AVRO-1245: --- I suppose the merge idea would have better

[jira] [Commented] (AVRO-607) SpecificData.getSchema not thread-safe

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13645811#comment-13645811 ] Scott Carey commented on AVRO-607: -- I quite like Guava, Having a concurrent weak hash map

[jira] [Commented] (AVRO-607) SpecificData.getSchema not thread-safe

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13645819#comment-13645819 ] Scott Carey commented on AVRO-607: -- Alternative to this patch, we could synchronize

Re: release 1.7.5 soon?

2013-04-30 Thread Scott Carey
https://issues.apache.org/jira/browse/AVRO-1313 (trivial) https://issues.apache.org/jira/browse/AVRO-1124 requires much review; I have another patch coming up shortly and am working on this full time at the moment. We do not have to hold up a release of course, I'm hoping to get it in however.

[jira] [Commented] (AVRO-1044) avro-maven-plugin requires dependency resolution which breaks multi-module projects

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13645871#comment-13645871 ] Scott Carey commented on AVRO-1044: --- Is the problem you are having with the 'idl' mojo

[jira] [Commented] (AVRO-1044) avro-maven-plugin requires dependency resolution which breaks multi-module projects

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13645873#comment-13645873 ] Scott Carey commented on AVRO-1044: --- This is due to AVRO-971. This feature should

[jira] [Created] (AVRO-1314) Java: Add @threadSafe annotation to maven plugins

2013-04-30 Thread Scott Carey (JIRA)
Scott Carey created AVRO-1314: - Summary: Java: Add @threadSafe annotation to maven plugins Key: AVRO-1314 URL: https://issues.apache.org/jira/browse/AVRO-1314 Project: Avro Issue Type: Bug

[jira] [Updated] (AVRO-1314) Java: Add @threadSafe annotation to maven plugins

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1314: -- Attachment: AVRO-1313.patch Trivial patch that sets the Mojos to be tagged @threadSafe

[jira] [Updated] (AVRO-1314) Java: Add @threadSafe annotation to maven plugins

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1314: -- Fix Version/s: 1.7.5 Status: Patch Available (was: Open) I'll commit this soon unless

[jira] [Updated] (AVRO-1313) Java: Add system property for disabling sun.misc.Unsafe

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1313: -- Status: Patch Available (was: Open) Ready for review. Java: Add system property

[jira] [Updated] (AVRO-1313) Java: Add system property for disabling sun.misc.Unsafe

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1313: -- Assignee: Scott Carey Java: Add system property for disabling sun.misc.Unsafe

[jira] [Created] (AVRO-1315) Java: Schema Validation utilities

2013-04-30 Thread Scott Carey (JIRA)
Scott Carey created AVRO-1315: - Summary: Java: Schema Validation utilities Key: AVRO-1315 URL: https://issues.apache.org/jira/browse/AVRO-1315 Project: Avro Issue Type: New Feature

[jira] [Commented] (AVRO-1315) Java: Schema Validation utilities

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13645908#comment-13645908 ] Scott Carey commented on AVRO-1315: --- This incorporates the following: * An additional

[jira] [Commented] (AVRO-1315) Java: Schema Validation utilities

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13646108#comment-13646108 ] Scott Carey commented on AVRO-1315: --- Another option is to only have

[jira] [Updated] (AVRO-1315) Java: Schema Validation utilities

2013-04-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey updated AVRO-1315: -- Attachment: AVRO-1315.patch Patch implementing the design discussed above. Java

  1   2   3   4   5   6   7   >