orc
orc copied to clipboard
Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
I'm migrating from Core-C++ to Core-Java. But while reading data of type `CHAR(n)`, I found the `BytesColumnVector.length` in Java has a different semantic compared with `StringVectorBatch.length` in C++. In Java,...
### What changes were proposed in this pull request? `TimestampColumnVector` `isUTC` flag should be set based on the reader `useUtc` flag similar to how `TimestampTreeReader` sets the flag based on...
`ToolTest.cc` has terrible handling of command-line options: https://github.com/apache/orc/blob/1d33d2aa0ef82aa080d7c9e1b5ac6b814c859f21/tools/test/ToolTest.cc#L37-L58 First, it interprets `argv[1]` as `exampleDirectory` and `argv[2]` as `buildDirectory`. Then it passes *all options* to `testing::InitGoogleTest(&argc, argv);` This means that passing...
when use tensorflow 1.15.5, it depend protobuf, the default version is 3.19.6 but the apache orc use protobuf 3.5.1 ( it seems too old) they meet conflict as below: Python(3937,0x7ff85c27bfc0)...
Hi, I'm building apache-orc on amd64 with CMake 4.0 and currently the build is failing due to old versions of certain third-party dependencies. For example: ``` ninja: job failed: cd...
What changes were proposed in this pull request? Support Geometry and Geography types for c++ side Why are the changes needed? Add support for Geometry and Geography types How was...
### What changes were proposed in this pull request? ### Why are the changes needed? ### How was this patch tested? ### Was this patch authored or co-authored using generative...
### What changes were proposed in this pull request? This PR aims to upgrade Apache Hadoop to 3.4.2. Since Apache Hadoop 3.4.2 is not released yet, this PR is in...
### What changes were proposed in this pull request? - allow finding header files in default paths - this is consistent with the logic for finding the library files -...
### What changes were proposed in this pull request? Add a maybe() API to the SearchArgumentBuilder to allow the insertion of an expression tree that is currently unsupported. ### Why...