[
https://issues.apache.org/jira/browse/ORC-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16169045#comment-16169045
]
ASF GitHub Bot commented on ORC-226:
------------------------------------
Github user ajayyadava commented on the issue:
https://github.com/apache/orc/pull/151
@xndai You can use the following command to squash your last K commits into
1:
git reset --soft HEAD~K && git commit
e.g. to squash last 2 commits into one, replace K with 2
git reset --soft HEAD~2 && git commit
I will advise that you create a separate branch from the branch you want to
commit and try it on that first.
> Support getWriterId in c++ reader interface
> -------------------------------------------
>
> Key: ORC-226
> URL: https://issues.apache.org/jira/browse/ORC-226
> Project: ORC
> Issue Type: Sub-task
> Components: C++
> Reporter: Xiening Dai
>
> We just added writer ID to identify files generated by different writers (we
> have three currently). Need an interface for reader to get this ID back.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)