orc
orc copied to clipboard
Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
Bumps `spark.version` from 4.0.1 to 4.1.0-preview3. Updates `org.apache.spark:spark-catalyst_2.13` from 4.0.1 to 4.1.0-preview3 Updates `org.apache.spark:spark-core_2.13` from 4.0.1 to 4.1.0-preview3 Updates `org.apache.spark:spark-sql_2.13` from 4.0.1 to 4.1.0-preview3 Updates `org.apache.spark:spark-avro_2.13` from 4.0.1 to 4.1.0-preview3...
Bumps `junit.version` from 6.0.0 to 6.0.1. Updates `org.junit.jupiter:junit-jupiter-params` from 6.0.0 to 6.0.1 Release notes Sourced from org.junit.jupiter:junit-jupiter-params's releases. JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1 See...
### What changes were proposed in this pull request? To make it easier for Apache Arrow to integrate with Apache ORC. ### Why are the changes needed? - Detect existing...
### Background Following the recent [CVE-2025-47436](https://orc.apache.org/security/CVE-2025-47436/) heap buffer overflow vulnerability discovery and fix, I would like to propose integrating Apache ORC with the [OSS-Fuzz project](https://github.com/google/oss-fuzz) to help identify potential security...
Hi, I encountered a confusing error message when using ORC decimal types in CDH 6.2. Here is the log: ``` 2025-09-30 10:24:41.701 [ job-0] ERROR Engine - com.wgzhao.addax.core.exception.AddaxException: java.lang.IllegalArgumentException: precision...
To reproduce the issue you can create a conda environment with orc and a third party dependency, like Snappy: ```shell $ conda create -n foo orc snappy $ conda activate...
### What changes were proposed in this pull request? This PR aims to enforce `apache-release` profile with Maven install in CIs. ### Why are the changes needed? To detect a...
HI ALL: we are using orc as our main file format. we met `Corrupt PATCHED_BASE encoded data (pl==0)!` recently. after a few investigation we identified [baseBytes](https://github.com/apache/orc/blob/main/c%2B%2B/src/RleEncoderV2.cc#L533) could overflow when bit...