We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d527ee7 commit ad8078aCopy full SHA for ad8078a
sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/graph/DatasetManager.scala
@@ -181,7 +181,6 @@ object DatasetManager extends Logging {
181
val dropTable = (isFullRefresh || !table.isStreamingTable) && existingTableOpt.isDefined
182
if (dropTable) {
183
catalog.dropTable(identifier)
184
-// context.spark.sql(s"DROP TABLE ${table.identifier.quotedString}")
185
}
186
187
// Alter the table if we need to
0 commit comments