[
https://issues.apache.org/jira/browse/AVRO-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15818108#comment-15818108
]
Ygal Blum commented on AVRO-896:
--------------------------------
I've encountered a small issue in the FindSnappy functionality causing build to
fail when using https://github.com/andikleen/snappy-c instead of the Google
implementation.
The Build System looks for Snappy by looking for the snappy.h header file. But,
the code then tries to include snappy-c.h file. The former is the header file
for the non-Google port, while the latter is for Google. As a result, the build
"finds" snappy but then fails to include the file.
The fix I currently have is to change the build system to look for the
snappy-c.h header file. This will ensure that the build looks for the same
implementation the code expects.
> Snappy compression for avro-c
> -----------------------------
>
> Key: AVRO-896
> URL: https://issues.apache.org/jira/browse/AVRO-896
> Project: Avro
> Issue Type: New Feature
> Components: c
> Affects Versions: 1.7.4
> Environment: N/A
> Reporter: Lucas Martin-King
> Labels: C, snappy
> Fix For: 1.7.5
>
> Attachments: avro-c-1.7.4-snappy.patch
>
>
> Hi again,
> I'd really love to have Snappy compression available in AVRO-C.
> Cheers,
> Lucas
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)