[
https://issues.apache.org/jira/browse/HIVE-13563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15319811#comment-15319811
]
Prasanth Jayachandran commented on HIVE-13563:
----------------------------------------------
looks good, +1. Minor comment:
{code}
AcidOutputFormat.Options optionsCloneForDelta = null;
{code}
can be moved inside else part as we are not referencing it outside the condition
{code}
else {
AcidOutputFormat.Options optionsCloneForDelta = options.clone();
}
{code}
> Hive Streaming does not honor orc.compress.size and orc.stripe.size table
> properties
> ------------------------------------------------------------------------------------
>
> Key: HIVE-13563
> URL: https://issues.apache.org/jira/browse/HIVE-13563
> Project: Hive
> Issue Type: Bug
> Components: ORC
> Affects Versions: 2.1.0
> Reporter: Wei Zheng
> Assignee: Wei Zheng
> Labels: TODOC2.1
> Attachments: HIVE-13563.1.patch, HIVE-13563.2.patch
>
>
> According to the doc:
> https://cwiki.apache.org/confluence/display/Hive/LanguageManual+ORC#LanguageManualORC-HiveQLSyntax
> One should be able to specify tblproperties for many ORC options.
> But the settings for orc.compress.size and orc.stripe.size don't take effect.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)