[jira] Updated: (AVRO-517) Resolving Decoder fails in some cases

2010-04-16 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-517: - Status: Patch Available (was: Open) Thanks Scott for catching this intricate bug.

[jira] Updated: (AVRO-517) Resolving Decoder fails in some cases

2010-04-16 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-517: - Attachment: AVRO-517.patch The trouble is that the ResolvingDecoder does not take care of

Re: Questions re integrating Avro into Cascading process

2010-04-16 Thread Scott Carey
On Apr 15, 2010, at 10:33 AM, Ken Krugler wrote: Hi all, We're looking at creating a Cascading Scheme for Avro, and have got a few questions below. These are very general, as this is more of a scoping phase (as in, are we crazy to try this) so apologies in advance for lack of

Re: Questions re integrating Avro into Cascading process

2010-04-16 Thread Ken Krugler
Hi Scott, Thanks for the response. See below for my comments... We're looking at creating a Cascading Scheme for Avro, and have got a few questions below. These are very general, as this is more of a scoping phase (as in, are we crazy to try this) so apologies in advance for lack of detail.

[jira] Commented: (AVRO-517) Resolving Decoder fails in some cases

2010-04-16 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857920#action_12857920 ] Scott Carey commented on AVRO-517: -- +1 This patch looks good to me. Resolving Decoder

Re: Questions re integrating Avro into Cascading process

2010-04-16 Thread Scott Carey
On Apr 16, 2010, at 11:20 AM, Ken Krugler wrote: Hi Scott, Thanks for the response. See below for my comments... Correct me if I'm wrong, but its notion of a record is very simple -- there are no arrays or maps -- just a list of fields. This maps to avro easily. Correct -