[
https://issues.apache.org/jira/browse/SAMZA-1779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553635#comment-16553635
]
ASF GitHub Bot commented on SAMZA-1779:
---------------------------------------
GitHub user atoomula opened a pull request:
https://github.com/apache/samza/pull/575
SAMZA-1779: Fix SamzaSql AvroRelConverter to handle BYTES and FIXED avro
schema types
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/atoomula/samza bytes1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/575.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #575
----
commit 80268fc1e3168af34cfbe2b7c75167456d4ec63e
Author: Aditya Toomula <atoomula@...>
Date: 2018-07-24T00:45:23Z
Fix SamzaSql AvroRelConverter to handle BYTES and FIXED avro schema types
commit df4886d838ef89eb0ce380d02751397cedf354b5
Author: Aditya Toomula <atoomula@...>
Date: 2018-07-24T00:49:48Z
Fix SamzaSql AvroRelConverter to handle BYTES and FIXED avro schema types
----
> Fix Fix SamzaSql AvroRelConverter to handle BYTES and FIXED avro schema types
> -----------------------------------------------------------------------------
>
> Key: SAMZA-1779
> URL: https://issues.apache.org/jira/browse/SAMZA-1779
> Project: Samza
> Issue Type: Bug
> Reporter: Aditya
> Priority: Major
>
> Currently, having bytes avro type fails with cast exception:
> java.lang.ClassCastException: java.nio.HeapByteBuffer cannot be cast to
> org.apache.calcite.avatica.util.ByteString
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)