[ https://issues.apache.org/jira/browse/HIVE-9091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aihua Xu updated HIVE-9091: --------------------------- Description: Change the function scope for the functions in HiveSQLException to be private, including toString(Throwable cause, StackTraceElement[] parent) , enroll(Throwable ex, StackTraceElement[] trace, int max), toStackTrace(List<String> details, StackTraceElement[] parent, int index) since these serve as helper function internally. Add comments for the public functions in HiveSQLException. To add additional unit test cases for HiveSQLException such as exception with unknown source, test TStatus conversion, etc. was:To add additional unit test cases for HiveSQLException such as exception with unknown source, test TStatus conversion, etc. > Add additional unit tests for HiveSQLException > ---------------------------------------------- > > Key: HIVE-9091 > URL: https://issues.apache.org/jira/browse/HIVE-9091 > Project: Hive > Issue Type: Test > Components: JDBC > Reporter: Aihua Xu > Priority: Minor > Labels: test > Attachments: HIVE-9091.1.patch > > Original Estimate: 12h > Remaining Estimate: 12h > > Change the function scope for the functions in HiveSQLException to be > private, including > toString(Throwable cause, StackTraceElement[] parent) , > enroll(Throwable ex, StackTraceElement[] trace, int max), > toStackTrace(List<String> details, StackTraceElement[] parent, int index) > since these serve as helper function internally. > Add comments for the public functions in HiveSQLException. > To add additional unit test cases for HiveSQLException such as exception with > unknown source, test TStatus conversion, etc. -- This message was sent by Atlassian JIRA (v6.3.4#6332)