You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2019/06/05 00:15:00 UTC

[GitHub] [phoenix] ChinmaySKulkarni commented on a change in pull request #512: PHOENIX-5316 Use callable instead of runnable so that Pherf exception…

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:
users@infra.apache.org


With regards,
Apache Git Services