[
https://issues.apache.org/jira/browse/HIVE-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13066511#comment-13066511
]
Hudson commented on HIVE-2260:
------------------------------
Integrated in Hive-trunk-h0.21 #830 (See
[https://builds.apache.org/job/Hive-trunk-h0.21/830/])
HIVE-2260. ExecDriver::addInputPaths should pass the table properties to
the record writer (Jakob Homan via Ning Zhang)
nzhang : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1147436
Files :
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/ExecDriver.java
> ExecDriver::addInputPaths should pass the table properties to the record
> writer
> -------------------------------------------------------------------------------
>
> Key: HIVE-2260
> URL: https://issues.apache.org/jira/browse/HIVE-2260
> Project: Hive
> Issue Type: Bug
> Affects Versions: 0.7.0
> Reporter: Jakob Homan
> Assignee: Jakob Homan
> Fix For: 0.8.0
>
> Attachments: HIVE-2260.patch
>
>
> Currently when ExecDriver encounters a non-existent partition, it creates an
> empty file so that the query will be valid (and return 0 results). However,
> when it does this and calls {{getHiveRecordWriter()}}, it creates a new
> instance of Properties, rather than providing the Properties associated with
> the table.
> This causes RecordWriters that pull information from the table through the
> Properties to fail (such as [Haivvreo|http://bit.ly/iwEQzJ]). The
> RecordWriter should be provided the table's Properties, as it is in all other
> cases where it's called.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira