orc icon indicating copy to clipboard operation
orc copied to clipboard

Apache ORC - the smallest, fastest columnar storage for Hadoop workloads

Results 98 orc issues
Sort by recently updated
recently updated
newest added

On Arch Linux, the documentation clearly states that /etc/localtime is not required, and in CI it's not present. Patch the timezone handling to assume UTC when /etc/localtime is not there....

Iceberg v3 supports geometry and geography types, see [this PR for more info](https://github.com/apache/iceberg/pull/10981). Could ORC support these types so it can be compatible with Iceberg v3? Thanks for the great...

## Reproduce codes and orc-data orc-version: current main, commit-id `3251a01f56d3f813e4889eb7d75eb2d0d63551f6` Reproduced codes: ```c #include #include #include #include #include #include #include #include #include #include #define BATCH_SIZE 1024 // Print the 7's...

Orc should recognize CMake / pkgconfig metadata for dependencies, ideally by default. In https://github.com/conda-forge/arrow-cpp-feedstock/pull/1697, we had to add ```batch -DLZ4_HOME="%LIBRARY_PREFIX%" ^ -DLZ4_INCLUDE_DIR="%LIBRARY_INC%" ^ -DLZ4_LIBRARY="%LIBRARY_LIB%\lz4.lib" ^ -DZSTD_HOME="%LIBRARY_PREFIX%" ^ -DZSTD_INCLUDE_DIR="%LIBRARY_INC%" ^ -DZSTD_LIBRARY="%LIBRARY_LIB%\libzstd.lib"...

We deprecated C++ HDFS Support to unblock `protobuf` upgrade - https://github.com/apache/orc/pull/1885 This issue aims to remove HDFS support code from Apache ORC repository. To address - #1857 - https://github.com/apache/orc/issues/2134

We use orc as the storage format for our real-time data warehouse, our online query will have a lot of random reads and frequent seeks. We found that a lot...

Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 12.1.0 to 12.1.2. Release notes Sourced from com.puppycrawl.tools:checkstyle's releases. checkstyle-12.1.2 Checkstyle 12.1.2 - https://checkstyle.org/releasenotes.html#Release_12.1.2 Bug fixes: #18074 - JAR for 12.1.1 is missing org.slf4j package #8396 -...

dependencies
BUILD
JAVA

Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 1.10.0 to 1.11.0. Changelog Sourced from commons-cli:commons-cli's changelog. Apache Commons CLI 1.11.0 Release Notes The Apache Commons CLI team is pleased to announce the release of Apache...

dependencies
BUILD
JAVA

Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.2 to 3.5.0. Release notes Sourced from org.apache.maven.plugins:maven-jar-plugin's releases. 3.5.0 🚀 New features and improvements Add new "attach" configuration parameter (3.x port of #482) (#483) @​hgschmie add...

dependencies
BUILD
JAVA

### What changes were proposed in this pull request? ### Why are the changes needed? ``` https://github.com/actions/runner-images/issues/12934 ``` Success https://github.com/apache/orc/actions/runs/17684310687/job/50265505914 ``` Runner Image Image: macos-14-arm64 Version: 20250901.1774 Included Software: https://github.com/actions/runner-images/blob/macos-14-arm64/20250901.1774/images/macos/macos-14-arm64-Readme.md...

INFRA