Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[NSE-550] Support ORC Format Reading in Gazelle #551

Merged
merged 5 commits into from
Nov 9, 2021

Conversation

zhixingheyi-tian
Copy link
Collaborator

What changes were proposed in this pull request?

Support ORC Format Reading in Gazelle. Follow issue #550 .

How was this patch tested?

(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)

(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

@github-actions
Copy link

github-actions bot commented Nov 3, 2021

#550

@zhixingheyi-tian zhixingheyi-tian changed the title [NSE-550][WIP] Support ORC Format Reading in Gazelle [NSE-550] Support ORC Format Reading in Gazelle Nov 7, 2021
@zhouyuan
Copy link
Collaborator

zhouyuan commented Nov 8, 2021

note: depends on oap-project/arrow#42

@zhouyuan
Copy link
Collaborator

zhouyuan commented Nov 8, 2021

@zhixingheyi-tian please also add this commit
84aa479

@@ -47,7 +47,7 @@ jobs:
git clone https://github.com/oap-project/arrow.git
cd arrow && git checkout arrow-4.0.0-oap && cd cpp
mkdir build && cd build
cmake .. -DARROW_JNI=ON -DARROW_GANDIVA_JAVA=ON -DARROW_GANDIVA=ON -DARROW_PARQUET=ON -DARROW_CSV=ON -DARROW_HDFS=ON -DARROW_FILESYSTEM=ON -DARROW_WITH_SNAPPY=ON -DARROW_JSON=ON -DARROW_DATASET=ON -DARROW_WITH_LZ4=ON -DGTEST_ROOT=/usr/src/gtest && make -j2
cmake .. -DARROW_JNI=ON -DARROW_GANDIVA_JAVA=ON -DARROW_GANDIVA=ON -DARROW_PARQUET=ON -DARROW_ORC=ON -DARROW_CSV=ON -DARROW_HDFS=ON -DARROW_FILESYSTEM=ON -DARROW_WITH_SNAPPY=ON -DARROW_JSON=ON -DARROW_DATASET=ON -DARROW_WITH_LZ4=ON -DGTEST_ROOT=/usr/src/gtest && make -j2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zhouyuan

Add -DARROW_ORC=ON again for remaining 6 files.

@zhouyuan
Copy link
Collaborator

zhouyuan commented Nov 9, 2021

@zhixingheyi-tian thanks for the quick work, merging first

@zhouyuan zhouyuan merged commit b3d8b1b into oap-project:master Nov 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants