From 2ed52805451a157b7dbe279ab0f9f5c15b3dddbb Mon Sep 17 00:00:00 2001 From: Askwang <135721692+Askwang@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:57:34 +0800 Subject: [PATCH] remove print --- .../spark/procedure/RemoveOrphanFilesProcedureTest.scala | 5 ----- 1 file changed, 5 deletions(-) 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)