Re: Questions about C++ interface

2018-11-01 Thread Xiening Dai
1) You can find the public headers in c++/include/orc. All the classes and methods have good documentation in the code. You can also take a look at the sample c++ codes under tools/src, especially FileContents.cc and FileScan.cc. Both demonstrate the

[jira] [Created] (ORC-431) Fix typo in exception message and simplify code logic

2018-11-01 Thread Fang Zheng (JIRA)
Fang Zheng created ORC-431: -- Summary: Fix typo in exception message and simplify code logic Key: ORC-431 URL: https://issues.apache.org/jira/browse/ORC-431 Project: ORC Issue Type: Improvement

Questions about C++ interface

2018-11-01 Thread Korry Douglas
Hi all - I’m an absolute ORC newbie so please forgive the novice questions. I’m trying to use the C++ API to implement a reader. I have two questions (to start with): 1) I’ve been reading the docs at https://orc.apache.org/docs/core-cpp.html - is there more complete documentation that

[jira] [Created] (ORC-430) Support combining orc files in Hadoop streaming

2018-11-01 Thread Yuanbo Liu (JIRA)
Yuanbo Liu created ORC-430: -- Summary: Support combining orc files in Hadoop streaming Key: ORC-430 URL: https://issues.apache.org/jira/browse/ORC-430 Project: ORC Issue Type: Improvement