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
A `tinyint` type is stored as an orc `BYTE` type, that should be
interpreted as a integer value. For reference, TinyInt columns section
in specification: https://orc.apache.org/specification/ORCv1/.
Fixes#33
Problem
If the orc struct has a field with a type
tinyint
(tinyint columns in specification), that it is stored as Category.BYTE type.Solution
For byte types, use LongDeserializer.
The text was updated successfully, but these errors were encountered: