You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ion-hive-serde IonBlob <-> binary conversion currently returns the byte array’s reference in memory. It should returns at least a text representation of the Ion Blob value.
Reproduction
One example when query Ion Blob values through AWS Athena
Description
ion-hive-serde IonBlob <-> binary conversion currently returns the byte array’s reference in memory. It should returns at least a text representation of the Ion Blob value.
Reproduction
One example when query Ion Blob values through AWS Athena
Schema:
content has a type of binary
File
Below is the Ion file, content has an IonBlob value.
Query
Result
Notice that content value changed from an Ion Blob to B@4e3f3378, which is a bug in ion-hive-serde.
The text was updated successfully, but these errors were encountered: