Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: cnchhive support read ORC format (preview) #201

Merged
merged 3 commits into from
May 17, 2023
Merged

Conversation

fantasy12345zsq
Copy link
Collaborator

@fantasy12345zsq fantasy12345zsq commented Mar 31, 2023

Changelog category :

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Add support for ORC format in hive engine. Noted, it will be a preview feature in GA.
...

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

@CLAassistant
Copy link

CLAassistant commented Mar 31, 2023

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ canhld94
❌ zhangsiqi.awesome


zhangsiqi.awesome seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@WillemJiang
Copy link
Collaborator

@fantasy12345zsq Can you update your GitHub account with the email you use in the Git commit?

size_t getTotalRowGroups() const;
size_t getTotalStripes() const;
arrow::Status tryGetTotalRowGroups(size_t & num_row_groups) const;
arrow::Status tryGetTotalStripes(size_t & res) const;
Copy link
Collaborator

Choose a reason for hiding this comment

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

prefer use polymorphism

ORCBlockInputFormat(
ReadBuffer & in_,
Block header_,
const std::map<String, String> & partition_kv_ = {});
Copy link
Collaborator

Choose a reason for hiding this comment

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

can consider use IDataType::createColumnConst outside of the BlockInputFormat, instead of passing in partition_kv

@hustnn hustnn mentioned this pull request Apr 20, 2023
17 tasks
@hustnn hustnn added this to the GA Release milestone Apr 20, 2023
@hustnn hustnn changed the title cnchhive support read ORC format cnchhive support read ORC format (preview) Apr 20, 2023
@hustnn hustnn changed the title cnchhive support read ORC format (preview) feat: cnchhive support read ORC format (preview) May 17, 2023
@hustnn hustnn merged commit 099211a into master May 17, 2023
1 of 2 checks passed
@WillemJiang WillemJiang deleted the cnchhive_support_orc branch November 14, 2023 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants