vvysotskyi commented on a change in pull request #2020: DRILL-7634: Rollup of
code cleanup changes
URL: https://github.com/apache/drill/pull/2020#discussion_r390828975
##########
File path:
contrib/format-maprdb/src/main/java/org/apache/drill/exec/store/mapr/db/json/OjaiFunctionsProcessor.java
##########
@@ -184,8 +184,8 @@ public Void visitFunctionCall(FunctionCall call, Void v)
throws RuntimeException
case "ojai_condition": {
// ojai_condition(field, <serialized-condition>);
- final SchemaPath schemaPath = getSchemaPathArg(call.args.get(0));
- final String condString = getStringArg(call.args.get(1));
+ //final SchemaPath schemaPath = getSchemaPathArg(call.arg(0));
Review comment:
And please remove line here.
----------------------------------------------------------------
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