apache / orc

Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
https://orc.apache.org/
Apache License 2.0
689 stars 483 forks source link

ORC-1546: [C++] Use `orc-format` 1.0.0-alpha and remove `proto` module #1684

Closed dongjoon-hyun closed 11 months ago

dongjoon-hyun commented 11 months ago

What changes were proposed in this pull request?

This PR aims to use orc-format 1.0.0-alpha and remove proto module completely.

Why are the changes needed?

To verity C++ module to use orc-format successfully.

How was this patch tested?

Pass the CIs.

dongjoon-hyun commented 11 months ago

cc @williamhyun , @wgtmac , @guiyanakuang, @mystic-lama

dongjoon-hyun commented 11 months ago

Let me merge this first to unblock the migration.

dongjoon-hyun commented 11 months ago

FYI, Apache Spark 4.0.0 integration test is running now.