Skip to content

Commit

Permalink
[spark] Remove unreasonable test output (#4825)
Browse files Browse the repository at this point in the history
  • Loading branch information
askwang authored Jan 3, 2025
1 parent 00cf16e commit ce50ed9
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit ce50ed9

Please sign in to comment.