Skip to content

Commit

Permalink
Cleaning up code for review
Browse files Browse the repository at this point in the history
Signed-off-by: forestmvey <forestv@bitquilltech.com>
  • Loading branch information
forestmvey committed May 17, 2023
1 parent be19c6a commit 0beef98
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ private void validateArgs(List<UnresolvedExpression> args) {
}
}


/**
* Generate nested path dynamically. Assumes at least one level of nesting in supplied string.
* @param field : Nested field to generate path of.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public LogicalPlan analyze(UnresolvedPlan plan) {
* Translate {@link LogicalPlan} to {@link PhysicalPlan}.
*/
public PhysicalPlan plan(LogicalPlan plan) {
var ret = planner.plan(plan);
return ret;
return planner.plan(plan);
}
}
71 changes: 0 additions & 71 deletions docs/dev/index.md

This file was deleted.

0 comments on commit 0beef98

Please # to comment.