dongjoon-hyun commented on a change in pull request #31206: URL: https://github.com/apache/spark/pull/31206#discussion_r560660309
########## File path: sql/core/src/test/scala/org/apache/spark/sql/execution/command/AlterTableRenamePartitionSuiteBase.scala ########## @@ -178,4 +178,36 @@ trait AlterTableRenamePartitionSuiteBase extends QueryTest with DDLCommandTestUt QueryTest.checkAnswer(sql(s"SELECT * FROM $t"), Seq(Row(0, 2), Row(1, 1))) } } + + test("SPARK-34138: keep dependents cashed after table altering") { Review comment: ditto. `cashed` -> `cached`. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org