ChinmaySKulkarni commented on a change in pull request #512: PHOENIX-5316 Use 
callable instead of runnable so that Pherf exception…
URL: https://github.com/apache/phoenix/pull/512#discussion_r290539967
 
 

 ##########
 File path: phoenix-core/src/main/java/org/apache/phoenix/schema/ColumnRef.java
 ##########
 @@ -140,7 +140,7 @@ public Expression newColumnExpression(boolean 
schemaNameCaseSensitive, boolean c
             StatementContext context = new StatementContext(new 
PhoenixStatement(conn));
 
             ExpressionCompiler compiler = new ExpressionCompiler(context);
-            ParseNode defaultParseNode = new 
SQLParser(column.getExpressionStr()).parseExpression();
+            ParseNode defaultParseNode = new SQLParser(column. 
getExpressionStr()).parseExpression();
 
 Review comment:
   nit: unnecessary whitespace

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to