wgtmac commented on a change in pull request #1062: URL: https://github.com/apache/orc/pull/1062#discussion_r825553702
########## File path: c++/src/Common.cc ########## @@ -131,8 +131,11 @@ namespace orc { } std::string FileVersion::toString() const { + if (majorVersion == 1 && minorVersion == 9999) { + return "UNSTABLE-PRE-2.0"; Review comment: Can we also skip writing & reading scale stream for Decimal128 in UNSTABLE-PRE-2.0? -- 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: dev-unsubscr...@orc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org