Skip to content

Commit

Permalink
Fix end-to-end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragmantri committed Jun 22, 2021
1 parent 711a6be commit 75a55d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

public class TestRelativePathHiveFunctionality {

private static final Logger log = LoggerFactory.getLogger(RelativePathHadoopFunctionalityTest.class);
private static final Logger log = LoggerFactory.getLogger(TestRelativePathHiveFunctionality.class);

private Table table;
private File tableLocation;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

import static org.apache.iceberg.types.Types.NestedField.optional;

public class RelativePathHiveFunctionalityTest extends HiveMetastoreTest {
private static final Logger log = LoggerFactory.getLogger(SnapshotFunctionalityTest.class);
public class TestRelativePathHiveFunctionality extends HiveMetastoreTest {
private static final Logger log = LoggerFactory.getLogger(RelativePathHiveFunctionalityTest.class);

private Table table;
private SparkSession spark = null;
Expand Down

0 comments on commit 75a55d7

Please sign in to comment.