wgtmac commented on PR #1413: URL: https://github.com/apache/orc/pull/1413#issuecomment-1434306386
On the C++ side, `DICTIONARY_DATA` is flushed before `LENGTH` stream. https://github.com/apache/orc/blob/main/c%2B%2B/src/ColumnWriter.cc#L1143 Actually the specs should not rule the order of the streams. In some implementations, streams of columns are even sorted to mitigate small I/Os. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
