Skip to content

Commit e9fd487

Browse files
committed
Fix formatting
1 parent 7b8db47 commit e9fd487

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

plugin/trino-hive-hadoop2/src/test/java/io/trino/plugin/hive/s3select/S3SelectTestHelper.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ public class S3SelectTestHelper
100100
private ScheduledExecutorService heartbeatService;
101101

102102
public S3SelectTestHelper(String host,
103-
int port,
104-
String databaseName,
105-
String awsAccessKey,
106-
String awsSecretKey,
107-
String writableBucket,
108-
String testDirectory,
109-
HiveConfig hiveConfig)
103+
int port,
104+
String databaseName,
105+
String awsAccessKey,
106+
String awsSecretKey,
107+
String writableBucket,
108+
String testDirectory,
109+
HiveConfig hiveConfig)
110110
{
111111
checkArgument(!isNullOrEmpty(host), "Expected non empty host");
112112
checkArgument(!isNullOrEmpty(databaseName), "Expected non empty databaseName");
@@ -195,12 +195,12 @@ public S3SelectTestHelper(String host,
195195
}
196196

197197
public S3SelectTestHelper(String host,
198-
int port,
199-
String databaseName,
200-
String awsAccessKey,
201-
String awsSecretKey,
202-
String writableBucket,
203-
String testDirectory)
198+
int port,
199+
String databaseName,
200+
String awsAccessKey,
201+
String awsSecretKey,
202+
String writableBucket,
203+
String testDirectory)
204204
{
205205
this(host, port, databaseName, awsAccessKey, awsSecretKey, writableBucket, testDirectory, new HiveConfig().setS3SelectPushdownEnabled(true));
206206
}
@@ -279,8 +279,8 @@ static MaterializedResult expectedResult(ConnectorSession session, int start, in
279279
}
280280

281281
static boolean isSplitCountInOpenInterval(int splitCount,
282-
int lowerBound,
283-
int upperBound)
282+
int lowerBound,
283+
int upperBound)
284284
{
285285
// Split number may vary, the minimum number of splits being obtained with
286286
// the first split of maxInitialSplitSize and the rest of maxSplitSize

0 commit comments

Comments
 (0)