[jira] [Updated] (HIVE-3264) Add support for binary dataype to AvroSerde

2013-07-30 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-3264: --- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to trunk.

[jira] [Updated] (HIVE-3264) Add support for binary dataype to AvroSerde

2013-07-15 Thread Mark Wagner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Wagner updated HIVE-3264: -- Attachment: HIVE-3264.7.patch Changes in response to RB comments. Also updated on RB.

[jira] [Updated] (HIVE-3264) Add support for binary dataype to AvroSerde

2013-07-15 Thread Mark Wagner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Wagner updated HIVE-3264: -- Fix Version/s: 0.12.0 Hadoop Flags: Incompatible change Status: Patch Available (was:

[jira] [Updated] (HIVE-3264) Add support for binary dataype to AvroSerde

2013-07-12 Thread Mark Wagner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Wagner updated HIVE-3264: -- Attachment: HIVE-3264.6.patch I rebased Eli's patch on the current trunk. I've also made changes so

[jira] [Updated] (HIVE-3264) Add support for binary dataype to AvroSerde

2012-11-15 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-3264: --- Status: Open (was: Patch Available) Marking as open, since looks like it needs some more

[jira] [Updated] (HIVE-3264) Add support for binary dataype to AvroSerde

2012-08-06 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated HIVE-3264: -- Attachment: HIVE-3264-5.patch Added a .q.out file to the party, still figuring out the build pricess

[jira] [Updated] (HIVE-3264) Add support for binary dataype to AvroSerde

2012-08-03 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated HIVE-3264: -- Attachment: HIVE-3264-2.patch makes sure AvroDeserializer unwraps byte[] from ByteBuffer before

[jira] [Updated] (HIVE-3264) Add support for binary dataype to AvroSerde

2012-08-03 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated HIVE-3264: -- Attachment: HIVE-3264-3.patch Should work at this point, adds integration test etc.

[jira] [Updated] (HIVE-3264) Add support for binary dataype to AvroSerde

2012-08-02 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated HIVE-3264: -- Tags: serde Labels: patch (was: ) Affects Version/s: 0.9.0

[jira] [Updated] (HIVE-3264) Add support for binary dataype to AvroSerde

2012-08-02 Thread Eli Reisman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated HIVE-3264: -- Attachment: HIVE-3264-1.patch This one bears a bit of scrutiny, first attempt here...