Skip to content

Commit

Permalink
[CR] Bug: Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
arielshaqed committed Aug 21, 2023
1 parent 675617d commit a2ccb7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/io/lakefs/iceberg/extension/Extension.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ object SchemaDiff {
}
val Seq(tablePrefix, fromSchema, toSchema, tableSuffix) = e.map(computeString)
val sqlString = sql(tablePrefix, fromSchema, toSchema, tableSuffix)
print(s"[DEBUG] $sqlString")
spark.sql(sqlString).queryExecution.logical
}

Expand Down

0 comments on commit a2ccb7d

Please sign in to comment.