Class ReplaceMissingFieldWithNull


public class ReplaceMissingFieldWithNull extends ParameterizedRule<LogicalPlan,LogicalPlan,LocalLogicalOptimizerContext>
Look for any fields used in the plan that are missing locally and replace them with null. This should minimize the plan execution, in the best scenario skipping its execution all together.