[GitHub] [orc] dependabot[bot] opened a new pull request, #1094: Bump opencsv from 5.5.2 to 5.6 in /java

2022-04-25 Thread GitBox
dependabot[bot] opened a new pull request, #1094: URL: https://github.com/apache/orc/pull/1094 Bumps opencsv from 5.5.2 to 5.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.opencsv:opencsv&package-manager

[GitHub] [orc] dependabot[bot] opened a new pull request, #1095: Bump guava from 31.0.1-jre to 31.1-jre in /java

2022-04-25 Thread GitBox
dependabot[bot] opened a new pull request, #1095: URL: https://github.com/apache/orc/pull/1095 Bumps [guava](https://github.com/google/guava) from 31.0.1-jre to 31.1-jre. Release notes Sourced from https://github.com/google/guava/releases";>guava's releases. 31.1 Maven

[GitHub] [orc] karan-k-deepr commented on issue #1022: Unable to filter DECIMAL column from ORC file in c++

2022-04-25 Thread GitBox
karan-k-deepr commented on issue #1022: URL: https://github.com/apache/orc/issues/1022#issuecomment-1108610952 @stiga-huang I tried checking the `min` and `max` value of the batch received by the `row_reader->next()` command. And the batch it's returned doesn't filter anything for decimal v

[GitHub] [orc] dongjoon-hyun closed pull request #1072: ORC-1138 Optimizes the read of streams in ORC by combining multiple nearby reads into a single read, optionally allowing the retention or drop o

2022-04-25 Thread GitBox
dongjoon-hyun closed pull request #1072: ORC-1138 Optimizes the read of streams in ORC by combining multiple nearby reads into a single read, optionally allowing the retention or drop of the extra bytes URL: https://github.com/apache/orc/pull/1072 -- This is an automated message from the Apa

[GitHub] [orc] naveensrinivasan opened a new pull request, #1096: chore: Set permissions for GitHub actions

2022-04-25 Thread GitBox
naveensrinivasan opened a new pull request, #1096: URL: https://github.com/apache/orc/pull/1096 Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included perm

[GitHub] [orc] dongjoon-hyun commented on pull request #1094: Bump opencsv from 5.5.2 to 5.6 in /java

2022-04-25 Thread GitBox
dongjoon-hyun commented on PR #1094: URL: https://github.com/apache/orc/pull/1094#issuecomment-1109110172 cc @williamhyun -- 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. T

[GitHub] [orc] dongjoon-hyun commented on pull request #1095: Bump guava from 31.0.1-jre to 31.1-jre in /java

2022-04-25 Thread GitBox
dongjoon-hyun commented on PR #1095: URL: https://github.com/apache/orc/pull/1095#issuecomment-1109110295 cc @williamhyun -- 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. T

[jira] [Created] (ORC-1156) Update opencsv to 5.6

2022-04-25 Thread William Hyun (Jira)
William Hyun created ORC-1156: - Summary: Update opencsv to 5.6 Key: ORC-1156 URL: https://issues.apache.org/jira/browse/ORC-1156 Project: ORC Issue Type: New Feature Components: Java

[GitHub] [orc] williamhyun commented on pull request #1094: ORC-1156: Bump opencsv from 5.5.2 to 5.6

2022-04-25 Thread GitBox
williamhyun commented on PR #1094: URL: https://github.com/apache/orc/pull/1094#issuecomment-1109131253 +1 LGTM -- 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 unsubscri

[GitHub] [orc] williamhyun merged pull request #1094: ORC-1156: Bump opencsv from 5.5.2 to 5.6

2022-04-25 Thread GitBox
williamhyun merged PR #1094: URL: https://github.com/apache/orc/pull/1094 -- 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

[jira] [Created] (ORC-1157) Update guava to 31.1-jre

2022-04-25 Thread William Hyun (Jira)
William Hyun created ORC-1157: - Summary: Update guava to 31.1-jre Key: ORC-1157 URL: https://issues.apache.org/jira/browse/ORC-1157 Project: ORC Issue Type: Improvement Components: Java

[GitHub] [orc] williamhyun merged pull request #1095: ORC-1157: Update guava to 31.1-jre

2022-04-25 Thread GitBox
williamhyun merged PR #1095: URL: https://github.com/apache/orc/pull/1095 -- 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

[jira] [Created] (ORC-1158) Add notification settings to .asf.yaml

2022-04-25 Thread William Hyun (Jira)
William Hyun created ORC-1158: - Summary: Add notification settings to .asf.yaml Key: ORC-1158 URL: https://issues.apache.org/jira/browse/ORC-1158 Project: ORC Issue Type: Task Component

[GitHub] [orc] williamhyun opened a new pull request, #1097: ORC-1158: Add notification settings to .asf.yaml

2022-04-25 Thread GitBox
williamhyun opened a new pull request, #1097: URL: https://github.com/apache/orc/pull/1097 ### What changes were proposed in this pull request? This PR aims to add notification settings to .asf.yaml. ### Why are the changes needed? ASF require that we receive all discussions

[GitHub] [orc] williamhyun commented on pull request #1097: ORC-1158: Add notification settings to .asf.yaml

2022-04-25 Thread GitBox
williamhyun commented on PR #1097: URL: https://github.com/apache/orc/pull/1097#issuecomment-1109374063 cc: @dongjoon-hyun @wgtmac -- 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 co

[GitHub] [orc] dongjoon-hyun commented on pull request #1097: ORC-1158: Add notification settings to .asf.yaml

2022-04-25 Thread GitBox
dongjoon-hyun commented on PR #1097: URL: https://github.com/apache/orc/pull/1097#issuecomment-1109384703 Oh, thank you! -- 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

[GitHub] [orc] dongjoon-hyun merged pull request #1097: ORC-1158: Add notification settings to .asf.yaml

2022-04-25 Thread GitBox
dongjoon-hyun merged PR #1097: URL: https://github.com/apache/orc/pull/1097 -- 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.o