[ https://issues.apache.org/jira/browse/HIVE-11417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15246513#comment-15246513 ]
ASF GitHub Bot commented on HIVE-11417: --------------------------------------- GitHub user omalley opened a pull request: https://github.com/apache/hive/pull/72 HIVE-11417. Move the ReaderImpl and the RecordReaderImpl to the ORC module. You can merge this pull request into a Git repository by running: $ git pull https://github.com/omalley/hive hive-11417 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hive/pull/72.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #72 ---- commit 4132063b010e25d82707ef9312146f5437f1e6b5 Author: Owen O'Malley <omal...@apache.org> Date: 2016-04-15T21:16:35Z Revert "HIVE-13522 : regexp_extract.q hangs on master (Ashutosh Chauhan via Thejas Nair)" This reverts commit d567773ff4afe3a23a026e2f4e381c0fe897195b. commit 043881ec757f19d587368ed9b1bee19c477b850a Author: Owen O'Malley <omal...@apache.org> Date: 2016-04-16T01:07:40Z HIVE-12159. Fix up for llap. commit 7f3c7d2de0a392d1ecb39fd0f7f5c000cd7f6094 Author: Owen O'Malley <omal...@apache.org> Date: 2016-04-18T16:53:12Z HIVE-12159: Create vectorized readers for the complex types (Owen O'Malley, reviewed by Matt McCline) This reverts commit d559b34755010b5ed3ecc31fa423d01788e5e875. commit 1c21992804d25b0bd762d3e95480bfe4b8cac931 Author: Owen O'Malley <omal...@apache.org> Date: 2016-03-26T02:39:12Z HIVE-11417. Move the ReaderImpl and RowReaderImpl to the ORC module, by making shims for the row by row reader. ---- > Create shims for the row by row read path that is backed by VectorizedRowBatch > ------------------------------------------------------------------------------ > > Key: HIVE-11417 > URL: https://issues.apache.org/jira/browse/HIVE-11417 > Project: Hive > Issue Type: Sub-task > Reporter: Owen O'Malley > Assignee: Owen O'Malley > Fix For: 2.1.0 > > Attachments: HIVE-11417.patch > > > I'd like to make the default path for reading and writing ORC files to be > vectorized. To ensure that Hive can still read row by row, we'll need shims > to support the old API. -- This message was sent by Atlassian JIRA (v6.3.4#6332)