You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2014/11/24 05:04:12 UTC

[jira] [Created] (HIVE-8952) Exception handling should be improved in DataWritableWriter

Brock Noland created HIVE-8952:
----------------------------------

             Summary: Exception handling should be improved in DataWritableWriter
                 Key: HIVE-8952
                 URL: https://issues.apache.org/jira/browse/HIVE-8952
             Project: Hive
          Issue Type: Bug
            Reporter: Brock Noland


1) In the {{write(final ArrayWritable record)}} method we should be logging the stack trace as well as the message.

2) We should be passing the caught exception into the arguments of the RuntimeException 

3) Instead of throwing RuntimeException we should throw IllegalArgumentException since it gives some additional semantics (i.e. the argument to this method was the problem)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)