richardantal commented on a change in pull request #1210:
URL: https://github.com/apache/phoenix/pull/1210#discussion_r623154033
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixEmbeddedDriver.java
##########
@@ -349,7 +349,7 @@ public ConnectionInfo normalize(ReadOnlyProps props,
Properties info) throws SQL
}
if(principal == null){
if (!isConnectionless) {
- principal = props.get(QueryServices.HBASE_CLIENT_PRINCIPAL);
+ principal =
props.get(QueryServices.HBASE_CLIENT_PRINCIPAL);
Review comment:
In some of the earlier commits there were changes in ths area. This line
fixes the identation.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]