[
https://issues.apache.org/jira/browse/ORC-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642059#comment-14642059
]
ASF GitHub Bot commented on ORC-9:
----------------------------------
GitHub user omalley opened a pull request:
https://github.com/apache/orc/pull/5
ORC-9. Create a vector type for timestamp columns
Create a vector type for timestamp columns that separates out the seconds
from the nanoseconds.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/omalley/orc orc-9
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/5.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 #5
----
commit 4f759a2c45c6a76c6684ac66c059869b3fd0ea5c
Author: Owen O'Malley <[email protected]>
Date: 2015-07-26T18:37:59Z
ORC-9. Create a vector type for timestamp columns that separates out the
seconds from the nanoseconds.
----
> Create a ColumnVectorBatch for Timestamps
> -----------------------------------------
>
> Key: ORC-9
> URL: https://issues.apache.org/jira/browse/ORC-9
> Project: Orc
> Issue Type: Bug
> Components: C++, encoding
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
>
> Create a TimestampVectorBatch that uses time_t and the number of nanoseconds.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)