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
When testing the ORC decimal read and write, we find that the ORC reader parses the precision and scale information from footer while the DWRF footer does not contain them. Long decimal type needs to be written as hugeint kind in the ORC footer while the DWRF format does not contain hugeint type.
The text was updated successfully, but these errors were encountered:
Description
ORC reader needs to parse footer as
photo::orc::Footer
.velox/velox/dwio/dwrf/reader/ReaderBase.cpp
Lines 200 to 204 in 4adec18
Velox now only supports writing footer as the DWRF
proto::Footer
.velox/velox/dwio/dwrf/writer/WriterBase.cpp
Line 23 in 4adec18
When testing the ORC decimal read and write, we find that the ORC reader parses the precision and scale information from footer while the DWRF footer does not contain them. Long decimal type needs to be written as hugeint kind in the ORC footer while the DWRF format does not contain hugeint type.
The text was updated successfully, but these errors were encountered: