Github user xubo245 commented on a diff in the pull request: https://github.com/apache/spark/pull/20249#discussion_r161645520 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/ddl.scala --- @@ -800,6 +802,15 @@ case class AlterTableSetLocationCommand( CommandUtils.updateTableStats(sparkSession, table) Seq.empty[Row] } + + private def updatePathInProps( + storage: CatalogStorageFormat, + newPath: Option[String]): Map[String, String] = { --- End diff -- ok, done
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org