vdiravka commented on a change in pull request #1706: DRILL-7115: Improve Hive
schema show tables performance
URL: https://github.com/apache/drill/pull/1706#discussion_r271161918
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/ischema/InfoSchemaFilter.java
##########
@@ -206,11 +203,11 @@ private Result evaluateHelperFunction(Map<String,
String> recordValues, Function
for(ExprNode arg : exprNode.args) {
Review comment:
```suggestion
for (ExprNode arg : exprNode.args) {
```
please edit in 3 other cases in this class
----------------------------------------------------------------
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