[ 
https://issues.apache.org/jira/browse/AVRO-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684317#comment-16684317
 ] 

ASF subversion and git services commented on AVRO-2262:
-------------------------------------------------------

Commit 40a5e6ae4cc4cd2d8065880c2641d640d1ca2f8f in avro's branch 
refs/heads/master from jacobtolar
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=40a5e6a ]

AVRO-2262 Unit test to test codec behavior on sliced buffers (#376)

See #352 for further reference.

> Java compression codec improvements
> -----------------------------------
>
>                 Key: AVRO-2262
>                 URL: https://issues.apache.org/jira/browse/AVRO-2262
>             Project: Apache Avro
>          Issue Type: Task
>          Components: java
>    Affects Versions: 1.8.2
>            Reporter: Fokko Driesprong
>            Assignee: Jacob Tolar
>            Priority: Major
>             Fix For: 1.9.0
>
>
> * Update a few things to use try-with-resources
> * Updated CodecFactory to reference constants for codec names
> * Fixed a small bug in Snappy and BZip2: compression/decompression were 
> incorrect if the input ByteBuffer was a a slice(). I don't see anywhere that 
> this would actually happen currently, but some codecs were written to account 
> for this correctly; now they're all correct. Updated everything to compute 
> the correct offset into the underlying array. (I can add a test for this in 
> TestAllCodecs once #351 is merged).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to