Skip to content

Commit

Permalink
Update exasol-s3/src/test/java/com/exasol/spark/s3/S3TableConfTest.java
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Pirkl <[email protected]>
  • Loading branch information
Shmuma and kaklakariada authored Oct 19, 2023
1 parent 512fd6d commit 6106644
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void afterEach() {

@Test
void testOptionsWithoutParams() {
final ExasolS3Table s3_table = new ExasolS3Table(schema);
final ExasolS3Table s3Table = new ExasolS3Table(schema);
s3_table.buildOptions(new CaseInsensitiveStringMap(basic_params));

final Configuration conf = spark.sparkContext().hadoopConfiguration();
Expand Down

0 comments on commit 6106644

Please sign in to comment.