Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
suxiaogang223 committed Dec 2, 2024
1 parent c2e27cb commit 093f49e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ suite("test_hudi_catalog", "p2,external,hudi,external_remote,external_remote_hud
def tables = sql """ show tables; """
assertTrue(tables.size() > 0)
sql """drop catalog if exists ${catalog_name};"""
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ suite("test_hudi_incremental", "p2,external,hudi,external_remote,external_remote
// sql """set force_jni_scanner=false;"""

sql """drop catalog if exists ${catalog_name};"""
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ suite("test_hudi_schema_evolution", "p2,external,hudi,external_remote,external_r
sql """set force_jni_scanner = false;"""

sql """drop catalog if exists ${catalog_name};"""
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ suite("test_hudi_snapshot", "p2,external,hudi,external_remote,external_remote_hu
sql """set force_jni_scanner=false;"""

sql """drop catalog if exists ${catalog_name};"""
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ suite("test_hudi_timestamp", "p2,external,hudi,external_remote,external_remote_h
// INSERT OVERWRITE hudi_table_with_timestamp VALUES
// ('1', 'Alice', timestamp('2024-10-25 08:00:00')),
// ('2', 'Bob', timestamp('2024-10-25 09:30:00')),
// ('3', 'Charlie', timestamp('2024-10-25 11:00:00'));
// ('3', 'Charlie', timestamp('2024-10-25 11:00:00'));

0 comments on commit 093f49e

Please sign in to comment.