Gang Wu
Gang Wu
I have changed the approach of interop test to follow encryption which downloads test files from parquet-testing repo and verifies the data decompressed and decoded from them. In addition, the...
We may replace the DataBuffer by a new Buffer implementation with a much smarter memory management to automatically grow and shrink its size according to actual usage. This management can...
I have created a JIRA to track the progress: https://issues.apache.org/jira/browse/ORC-1280
Thanks @wwang-talend for opening the PR! Could you create a JIRA issue for this?
IMHO, it is safe to make the change if the writer and reader can promise the contract to the downstream consumers (e.g. Apache Spark and Apache Hive). The ORC java...
@pitrou Do you want to have this in the 1.14.0 release?
Should we use INT32 and INT64 for decimals where applicable?
``` CMake Error at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message): Could NOT find Boost (missing: Boost_INCLUDE_DIR date_time) (Required is at least version "1.72.0") ``` It seems that the latest version of libhdfspp has a...
That sounds good. Let me mark relevant code as deprecated first.
Thanks for the PR! Unfortunately the new protobuf version is not compatible to compile libhdfspp. Let me investigate this.