deniskuzZ commented on code in PR #5520:
URL: https://github.com/apache/hive/pull/5520#discussion_r1823274425
##########
service/src/java/org/apache/hive/service/cli/operation/SQLOperation.java:
##########
@@ -574,7 +573,9 @@ private AbstractSerDe getSerDe() throws SQLException {
serde.initialize(queryState.getConf(), props, null);
} catch (Exception ex) {
- throw new SQLException("Could not create ResultSet: " +
ex.getMessage(), ex);
+ throw new SQLException(
+ String.format("Could not create ResultSet: %1$s; %2$s: %3$s",
Review Comment:
why is this change?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]