[jira] [Commented] (ORC-460) Enable C++ shared libraries

2024-11-18 Thread Duncan Bellamy (Jira)
[ https://issues.apache.org/jira/browse/ORC-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17899361#comment-17899361 ] Duncan Bellamy commented on ORC-460: [~wgtmac] Thanks I didn’t know that, I will change

[jira] [Resolved] (ORC-1804) Upgrade `parquet` to 1.14.4 in `bench` module

2024-11-18 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/ORC-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun resolved ORC-1804. Fix Version/s: 2.0.4 2.1.0 Resolution: Fixed > Upgrade `parquet` to 1.14.4

[jira] [Assigned] (ORC-1804) Upgrade `parquet` to 1.14.4 in `bench` module

2024-11-18 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/ORC-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun reassigned ORC-1804: -- Assignee: Dongjoon Hyun > Upgrade `parquet` to 1.14.4 in `bench` module > --

Re: [PR] ORC-262: [C++] Support async io prefetch for orc c++ lib [orc]

2024-11-18 Thread via GitHub
taiyang-li commented on code in PR #2048: URL: https://github.com/apache/orc/pull/2048#discussion_r1847533445 ## c++/include/orc/OrcFile.hh: ## @@ -58,6 +73,17 @@ namespace orc { */ virtual void read(void* buf, uint64_t length, uint64_t offset) = 0; +/** + *

Re: [PR] ORC-262: [C++] Support async io prefetch for orc c++ lib [orc]

2024-11-18 Thread via GitHub
taiyang-li commented on code in PR #2048: URL: https://github.com/apache/orc/pull/2048#discussion_r1847533445 ## c++/include/orc/OrcFile.hh: ## @@ -58,6 +73,17 @@ namespace orc { */ virtual void read(void* buf, uint64_t length, uint64_t offset) = 0; +/** + *

Re: [I] ORC-1804: Upgrade parquet to 1.14.4 in bench module [orc]

2024-11-18 Thread via GitHub
dongjoon-hyun commented on issue #2074: URL: https://github.com/apache/orc/issues/2074#issuecomment-2484241830 This is resolved via https://github.com/apache/orc/commit/9699c4cbc50bbcc13a5c61623c01763c8b9507c5 -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] ORC-1804: Upgrade parquet to 1.14.4 in bench module [orc]

2024-11-18 Thread via GitHub
dongjoon-hyun closed issue #2074: ORC-1804: Upgrade parquet to 1.14.4 in bench module URL: https://github.com/apache/orc/issues/2074 -- 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 comm

Re: [PR] ORC-1804: Upgrade `parquet` to 1.14.4 in `bench` module [orc]

2024-11-18 Thread via GitHub
dongjoon-hyun closed pull request #2072: ORC-1804: Upgrade `parquet` to 1.14.4 in `bench` module URL: https://github.com/apache/orc/pull/2072 -- 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 spec

Re: [PR] ORC-1804: Upgrade `parquet` to 1.14.4 in `bench` module [orc]

2024-11-18 Thread via GitHub
dependabot[bot] commented on PR #2072: URL: https://github.com/apache/orc/pull/2072#issuecomment-2484239568 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by add

Re: [PR] ORC-262: [C++] Support async io prefetch for orc c++ lib [orc]

2024-11-18 Thread via GitHub
ffacs commented on code in PR #2048: URL: https://github.com/apache/orc/pull/2048#discussion_r1846158472 ## c++/include/orc/OrcFile.hh: ## @@ -58,6 +73,17 @@ namespace orc { */ virtual void read(void* buf, uint64_t length, uint64_t offset) = 0; +/** + * Read

Re: [PR] ORC-262: [C++] Support async io prefetch for orc c++ lib [orc]

2024-11-18 Thread via GitHub
ffacs commented on code in PR #2048: URL: https://github.com/apache/orc/pull/2048#discussion_r1846158472 ## c++/include/orc/OrcFile.hh: ## @@ -58,6 +73,17 @@ namespace orc { */ virtual void read(void* buf, uint64_t length, uint64_t offset) = 0; +/** + * Read

[PR] Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.5 to 4.8.6.6 in /java [orc]

2024-11-18 Thread via GitHub
dependabot[bot] opened a new pull request, #2073: URL: https://github.com/apache/orc/pull/2073 Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.6.5 to 4.8.6.6. Release notes Sourced from https://github.com/spotbugs/spotb

[PR] Bump parquet.version from 1.14.3 to 1.14.4 in /java [orc]

2024-11-18 Thread via GitHub
dependabot[bot] opened a new pull request, #2072: URL: https://github.com/apache/orc/pull/2072 Bumps `parquet.version` from 1.14.3 to 1.14.4. Updates `org.apache.parquet:parquet-hadoop` from 1.14.3 to 1.14.4 Release notes Sourced from https://github.com/apache/parquet-mr/releases

Re: [PR] ORC-262: [C++] Support async io prefetch for orc c++ lib [orc]

2024-11-18 Thread via GitHub
taiyang-li commented on code in PR #2048: URL: https://github.com/apache/orc/pull/2048#discussion_r1846262689 ## c++/include/orc/OrcFile.hh: ## @@ -58,6 +73,17 @@ namespace orc { */ virtual void read(void* buf, uint64_t length, uint64_t offset) = 0; +/** + *

Re: [PR] ORC-262: [C++] Support async io prefetch for orc c++ lib [orc]

2024-11-18 Thread via GitHub
taiyang-li commented on code in PR #2048: URL: https://github.com/apache/orc/pull/2048#discussion_r1846234341 ## c++/include/orc/OrcFile.hh: ## @@ -58,6 +73,17 @@ namespace orc { */ virtual void read(void* buf, uint64_t length, uint64_t offset) = 0; +/** + *