Skip to content

Commit 6aebabe

Browse files
committed
nits
1 parent 1e3de43 commit 6aebabe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

presto-native-execution/src/test/java/com/facebook/presto/nativeworker/AbstractTestNativeGeneralQueries.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,6 @@ public void testTableWrite()
408408
{
409409
String tmpTableName = generateRandomTableName();
410410
try {
411-
getQueryRunner().execute(String.format("CREATE TABLE %s (c0 DECIMAL(15,2), c1 DECIMAL(38,2)) WITH (format = 'PARQUET')", tmpTableName));
412-
413411
getQueryRunner().execute(String.format(
414412
"CREATE TABLE %s (" +
415413
"id BIGINT," +

0 commit comments

Comments
 (0)