Skip to content

Commit

Permalink
Rename presto-ci-test to trino-ci-test in Delta Lake OSS product test
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Nov 14, 2022
1 parent 5a7f34e commit f5796d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class EnvSinglenodeDeltaLakeOss

private static final String SPARK_CONTAINER_NAME = "spark";

private static final String DEFAULT_S3_BUCKET_NAME = "presto-ci-test";
private static final String DEFAULT_S3_BUCKET_NAME = "trino-ci-test";

private final DockerFiles dockerFiles;
private final PortBinder portBinder;
Expand Down Expand Up @@ -115,7 +115,7 @@ public void extendEnvironment(Environment.Builder builder)
FileAttribute<Set<PosixFilePermission>> posixFilePermissions = PosixFilePermissions.asFileAttribute(PosixFilePermissions.fromString("rw-r--r--"));
Path minioBucketDirectory;
try {
minioBucketDirectory = Files.createTempDirectory("presto-ci-test", posixFilePermissions);
minioBucketDirectory = Files.createTempDirectory("trino-ci-test", posixFilePermissions);
minioBucketDirectory.toFile().deleteOnExit();
}
catch (IOException e) {
Expand Down

0 comments on commit f5796d7

Please sign in to comment.