coderex2522 opened a new pull request, #1089: URL: https://github.com/apache/orc/pull/1089
### What changes were proposed in this pull request? This PR is to support writing short decimal64 in ORCv2. The original writer codes come from [ORC-49](https://github.com/apache/orc/pull/257) ### Why are the changes needed? Before this PR, the cpp writer is unable to write short decimal columns in ORCv2. ### How was this patch tested? Add the new file version UNSTABLE_PRE_2_0 test in TestWriter.cc. WriterTest.writeDecimal64Column will test the Decimal64ColumnWriterV2 class. -- 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