You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Tao Li (JIRA)" <ji...@apache.org> on 2017/01/24 23:57:26 UTC

[jira] [Created] (HIVE-15717) Class "org.apache.hive.beeline.Rows.Row" constructor is CPU consuming due to exception handling

Tao Li created HIVE-15717:
-----------------------------

             Summary: Class "org.apache.hive.beeline.Rows.Row" constructor is CPU consuming due to exception handling
                 Key: HIVE-15717
                 URL: https://issues.apache.org/jira/browse/HIVE-15717
             Project: Hive
          Issue Type: Improvement
            Reporter: Tao Li
            Assignee: Tao Li


The exception handling from the 3 methods calls (rowDeleted, rowDeleted and rowUpdated). The implementation of these methods in org.apache.hive.jdbc.HiveBaseResultSet class is just throwing SQLException("Method not supported”), i.e. no real implementations.



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