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

[C++][Python] Full functionality for ORC format #24128

Closed
asfimport opened this issue Feb 21, 2020 · 5 comments
Closed

[C++][Python] Full functionality for ORC format #24128

asfimport opened this issue Feb 21, 2020 · 5 comments

Comments

@asfimport
Copy link

asfimport commented Feb 21, 2020

Just like parquet format, ORC has a large group of fans in Bigdata area, it has better performance than parquet in some use cases.
But there is a problem in python is that it doesn't have the standard write function.

Seems the ORC team itself maintains the standard C++ code(https://github.com/apache/orc/tree/master/c%2B%2B) , so I think it won't take too much effort to integrate into Arrow(C++) and build the hook for python.

Reporter: HAOFENG DENG
Assignee: Ian Alexander Joiner / @iajoiner

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-7906. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Antoine Pitrou / @pitrou:
[~PereTang] Do you want to submit a PR?

@asfimport
Copy link
Author

Ian Alexander Joiner / @iajoiner:
@pitrou [~PereTang]  I'm interested in working on this ticket.

@asfimport
Copy link
Author

Ian Alexander Joiner / @iajoiner:
Please assign this ticket to me. Thanks!

@asfimport
Copy link
Author

Owen O'Malley:
Do let us know if there are changes we can make in the C++ reader/writer that will make integration easier.

@asfimport
Copy link
Author

Antoine Pitrou / @pitrou:
Issue resolved by pull request 8648
#8648

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant