SparkQA commented on issue #27265: [SPARK-30555][SQL] MERGE INTO insert action should only access columns from source table URL: https://github.com/apache/spark/pull/27265#issuecomment-576553098 **[Test build #117146 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/117146/testReport)** for PR 27265 at commit [`24da730`](https://github.com/apache/spark/commit/24da730cace78fec86428f2b1f9050074b8fe3a8). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `case class UnresolvedTableWithViewExists(view: ResolvedView) extends LeafNode ` * `case class ResolvedView(identifier: Identifier, isTempView: Boolean) extends LeafNode ` * `abstract class AlterTable extends Command ` * `case class AlterTableAddColumns(` * `case class AlterTableAlterColumn(` * `case class AlterTableRenameColumn(` * `case class AlterTableDropColumns(` * `case class AlterTableSetProperties(` * `case class AlterTableUnsetProperties(` * `case class AlterTableSetLocation(`
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
