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
The specification says that "ORC tinyint and smallint would also map to int" so we should support that on read. For write, we should continue to only write int. Note that these are called BYTE and SHORT in the ORC reader.
The text was updated successfully, but these errors were encountered:
The specification says that "ORC
tinyint
andsmallint
would also map toint
" so we should support that on read. For write, we should continue to only writeint
. Note that these are calledBYTE
andSHORT
in the ORC reader.The text was updated successfully, but these errors were encountered: