YannByron commented on code in PR #7144: URL: https://github.com/apache/hudi/pull/7144#discussion_r1014952640
########## hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/command/DropHoodieTableCommand.scala: ########## @@ -69,35 +72,41 @@ case class DropHoodieTableCommand( assert(table.tableType != CatalogTableType.VIEW) val basePath = hoodieCatalogTable.tableLocation + val catalogProperties = hoodieCatalogTable.catalogProperties + val tableConfig = hoodieCatalogTable.tableConfig Review Comment: See the failed UTs, to call this should make sure the hudi table path exists (hoodieCatalogTable.hoodieTableExist is true). -- 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. To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org