wgtmac commented on PR #1387: URL: https://github.com/apache/orc/pull/1387#issuecomment-1437877579
After a deep look, I can confirm that the C++ side does not have the issue. The C++ writer only enables writing index with a positive rowIndexStride: https://github.com/apache/orc/blob/main/c%2B%2B/src/Writer.cc#L127 The C++ reader only creates SargsApplier with a positive rowIndexStride in the footer: https://github.com/apache/orc/blob/main/c%2B%2B/src/Reader.cc#L304 @dongjoon-hyun -- 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]
