This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e66f0331 [hotfix] Clean IncrementalTimeStampTableTest (#2216)
8e66f0331 is described below

commit 8e66f0331a04c4a36a997af8ac70aeac4e5f71c0
Author: yuzelin <[email protected]>
AuthorDate: Tue Oct 31 21:51:19 2023 +0800

    [hotfix] Clean IncrementalTimeStampTableTest (#2216)
---
 .../java/org/apache/paimon/table/IncrementalTimeStampTableTest.java   | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/paimon-core/src/test/java/org/apache/paimon/table/IncrementalTimeStampTableTest.java
 
b/paimon-core/src/test/java/org/apache/paimon/table/IncrementalTimeStampTableTest.java
index 629a74a44..1e64c7e0f 100644
--- 
a/paimon-core/src/test/java/org/apache/paimon/table/IncrementalTimeStampTableTest.java
+++ 
b/paimon-core/src/test/java/org/apache/paimon/table/IncrementalTimeStampTableTest.java
@@ -41,10 +41,6 @@ import static org.assertj.core.api.Assertions.assertThat;
 /** Test for {@link CoreOptions#INCREMENTAL_BETWEEN_TIMESTAMP}. */
 public class IncrementalTimeStampTableTest extends TableTestBase {
 
-    public static void main(String[] args) {
-        System.out.println(System.currentTimeMillis());
-    }
-
     @Test
     public void testPrimaryKeyTable() throws Exception {
         Identifier identifier = identifier("T");

Reply via email to