Skip to content

Commit

Permalink
Replace invalid newArrayList usage
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Sep 11, 2023
1 parent ecb3244 commit 2ebdd81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
import java.util.function.Consumer;
import java.util.function.Function;

import static com.google.common.collect.Lists.newArrayList;
import static io.trino.RowPagesBuilder.rowPagesBuilder;
import static io.trino.client.ClientStandardTypes.ARRAY;
import static io.trino.client.ClientStandardTypes.BIGINT;
Expand All @@ -57,7 +58,6 @@
import static org.assertj.core.api.Assertions.assertThatThrownBy;
import static org.testng.Assert.assertFalse;
import static org.testng.Assert.assertTrue;
import static org.testng.collections.Lists.newArrayList;

public class TestQueryResultRows
{
Expand Down

0 comments on commit 2ebdd81

Please sign in to comment.