[GitHub] [orc] dongjoon-hyun commented on issue #1053: Predicate pushdown does not work

2022-03-08 Thread GitBox
dongjoon-hyun commented on issue #1053: URL: https://github.com/apache/orc/issues/1053#issuecomment-1062205799 This is resolved via https://github.com/apache/orc/pull/1055 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [orc] dongjoon-hyun closed issue #1053: Predicate pushdown does not work

2022-03-08 Thread GitBox
dongjoon-hyun closed issue #1053: URL: https://github.com/apache/orc/issues/1053 -- 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...@o

[GitHub] [orc] dongjoon-hyun commented on pull request #1055: ORC-1121: Fix column coversion check bug which causes column filters don't work

2022-03-08 Thread GitBox
dongjoon-hyun commented on pull request #1055: URL: https://github.com/apache/orc/pull/1055#issuecomment-1062205020 @PengleiShi . I added you to the Apache ORC contributor group and assigned ORC-1121 to you. Welcome to the Apache ORC community. -- This is an automated message from the

[GitHub] [orc] dongjoon-hyun merged pull request #1060: ORC-1126: Bump byte-buddy from 1.12.6 to 1.12.8

2022-03-08 Thread GitBox
dongjoon-hyun merged pull request #1060: URL: https://github.com/apache/orc/pull/1060 -- 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

[jira] [Created] (ORC-1126) Bump byte-buddy from 1.12.6 to 1.12.8

2022-03-08 Thread Dongjoon Hyun (Jira)
Dongjoon Hyun created ORC-1126: -- Summary: Bump byte-buddy from 1.12.6 to 1.12.8 Key: ORC-1126 URL: https://issues.apache.org/jira/browse/ORC-1126 Project: ORC Issue Type: Improvement C

[GitHub] [orc] dongjoon-hyun commented on pull request #1055: ORC-1121: Fix column coversion check bug which causes column filters don't work

2022-03-08 Thread GitBox
dongjoon-hyun commented on pull request #1055: URL: https://github.com/apache/orc/pull/1055#issuecomment-1062193894 I backported this to branch-1.7 and branch-1.6, too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [orc] dongjoon-hyun merged pull request #1055: ORC-1121: Fix column coversion check bug which causes column filters don't work

2022-03-08 Thread GitBox
dongjoon-hyun merged pull request #1055: URL: https://github.com/apache/orc/pull/1055 -- 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

[GitHub] [orc] wgtmac edited a comment on pull request #1056: ORC-1122: [C++] Add buffer to decode the whole run in RleDecoderV2

2022-03-08 Thread GitBox
wgtmac edited a comment on pull request #1056: URL: https://github.com/apache/orc/pull/1056#issuecomment-1061458252 Thanks @stiga-huang for the improvement. This overall LGTM. It would be great if you can include some perf numbers here. -- This is an automated message from the Apache Git

[GitHub] [orc] wgtmac commented on a change in pull request #1056: ORC-1122: [C++] Add buffer to decode the whole run in RleDecoderV2

2022-03-08 Thread GitBox
wgtmac commented on a change in pull request #1056: URL: https://github.com/apache/orc/pull/1056#discussion_r821429524 ## File path: c++/src/RleDecoderV2.cc ## @@ -703,80 +680,61 @@ uint64_t RleDecoderV2::nextDelta(int64_t* const data, runLength = static_cast(firstByte & 0