case classPreprocessTableInsertion(conf: SQLConf) extends Rule[LogicalPlan] with Product with Serializable
Preprocess the InsertIntoTable plan. Throws exception if the number of columns mismatch, or
specified partition columns are different from the existing partition columns in the target
table. It also does data type casting and field renaming, to make sure that the columns to be
inserted have the correct data type and fields have the correct names.
Linear Supertypes
Serializable, Serializable, Product, Equals, Rule[LogicalPlan], internal.Logging, AnyRef, Any
Preprocess the InsertIntoTable plan. Throws exception if the number of columns mismatch, or specified partition columns are different from the existing partition columns in the target table. It also does data type casting and field renaming, to make sure that the columns to be inserted have the correct data type and fields have the correct names.