Github user eminency commented on the pull request:
https://github.com/apache/tajo/pull/579#issuecomment-120780389
Hi, @blrunner
1. Presto-orc is tested and stable. And it is a bit more faster than Hive.
Secondly, Hive processes ORC with row-oriented, but Presto does with
column-oriented. Because ORC is columnar format, Presto's way may be more
suitable. Though Tajo processes it with tuple-oriented, it can be helpful when
Tajo will change to use offheap in the future.
2. Sure.
Anyway, **please hold the review**. About new storage manager code, I'm
modifying.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---