Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Nov 21, 2024
1 parent 187825a commit ed99d9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private String writeData(Table table, String path, List<InternalRow> data) throw
write.close();
commit.close();

String tableName = "test_table_" + (UUID.randomUUID().toString().substring(0, 4));
String tableName = "test_table_" + UUID.randomUUID();
hiveShell.execute(
String.join(
"\n",
Expand Down

0 comments on commit ed99d9f

Please sign in to comment.