[GitHub] [orc] guiyanakuang opened a new pull request #945: ORC-1035: Fix the way to get the backupDataPath

2021-10-22 Thread GitBox
guiyanakuang opened a new pull request #945: URL: https://github.com/apache/orc/pull/945 ### What changes were proposed in this pull request? This pr aims to fix the way to get the backupDataPath. ```java public static final String DEFAULT_BACKUP_PATH =

[jira] [Created] (ORC-1035) `backupDataPath` may be incorrect in recoverFile

2021-10-22 Thread Yiqun Zhang (Jira)
Yiqun Zhang created ORC-1035: Summary: `backupDataPath` may be incorrect in recoverFile Key: ORC-1035 URL: https://issues.apache.org/jira/browse/ORC-1035 Project: ORC Issue Type: Bug

[GitHub] [orc] stiga-huang opened a new pull request #944: ORC-1020: [C++] Optimize RleDecoderV2::nextDirect base on bit sizes

2021-10-22 Thread GitBox
stiga-huang opened a new pull request #944: URL: https://github.com/apache/orc/pull/944 ### What changes were proposed in this pull request? This PR optimizes the C++ implementation of orc::RleDecoderV2::nextDirect. It provides different methods for different bit sizes,