Skip to content

Commit ad8078a

Browse files
committed
remove commented-out code
1 parent d527ee7 commit ad8078a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/graph/DatasetManager.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ object DatasetManager extends Logging {
181181
val dropTable = (isFullRefresh || !table.isStreamingTable) && existingTableOpt.isDefined
182182
if (dropTable) {
183183
catalog.dropTable(identifier)
184-
// context.spark.sql(s"DROP TABLE ${table.identifier.quotedString}")
185184
}
186185

187186
// Alter the table if we need to

0 commit comments

Comments
 (0)