Closed dongjoon-hyun closed 11 months ago
This PR aims to use orc-format 1.0.0-alpha and remove proto module completely.
orc-format
proto
To verity C++ module to use orc-format successfully.
Pass the CIs.
cc @williamhyun , @wgtmac , @guiyanakuang, @mystic-lama
Let me merge this first to unblock the migration.
FYI, Apache Spark 4.0.0 integration test is running now.
What changes were proposed in this pull request?
This PR aims to use
orc-format
1.0.0-alpha and removeproto
module completely.Why are the changes needed?
To verity C++ module to use
orc-format
successfully.How was this patch tested?
Pass the CIs.