diff --git a/paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/procedure/RemoveOrphanFilesProcedureTest.scala b/paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/procedure/RemoveOrphanFilesProcedureTest.scala index b1bb3124e336..3ffe7fba264f 100644 --- a/paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/procedure/RemoveOrphanFilesProcedureTest.scala +++ b/paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/procedure/RemoveOrphanFilesProcedureTest.scala @@ -18,7 +18,6 @@ package org.apache.paimon.spark.procedure -import org.apache.paimon.data.Timestamp import org.apache.paimon.fs.Path import org.apache.paimon.spark.PaimonSparkTestBase import org.apache.paimon.utils.DateTimeUtils @@ -62,10 +61,6 @@ class RemoveOrphanFilesProcedureTest extends PaimonSparkTestBase { TimeUnit.SECONDS.toMillis(1)), 3) - System.out.println("orphanFile2ModTime is : " + orphanFile2ModTime); - System.out.println("older_than1 is : " + older_than1) - System.out.println("in ut Timestamp.now() is : " + Timestamp.now) - checkAnswer( spark.sql(s"CALL sys.remove_orphan_files(table => 'T', older_than => '$older_than1')"), Row(1, 1) :: Nil)