Github user julienledem commented on a diff in the pull request:
https://github.com/apache/drill/pull/148#discussion_r42073374
--- Diff:
common/src/main/java/org/apache/drill/common/logical/LogicalPlan.java ---
@@ -94,7 +95,7 @@ public String toJsonStringSafe(DrillConfig config){
}
/** Parses a logical plan. */
- public static LogicalPlan parse(DrillConfig config, String planString) {
+ public static LogicalPlan parse(LogicalPlanPersistence config, String
planString) {
--- End diff --
wrong line?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---