Skip to content

Commit

Permalink
Remove unused HiveHudiPartitionInfo.getTable method
Browse files Browse the repository at this point in the history
Co-Authored-By: Will Zhang <[email protected]>
  • Loading branch information
ebyhr and willzgw committed Mar 27, 2023
1 parent 5150eb5 commit e54c86a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ public HiveHudiPartitionInfo(
this.hiveMetastore = hiveMetastore;
}

@Override
public Table getTable()
{
return null;
}

@Override
public String getRelativePartitionPath()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@

import io.trino.plugin.hive.HivePartitionKey;
import io.trino.plugin.hive.metastore.Partition;
import io.trino.plugin.hive.metastore.Table;

import java.util.List;
import java.util.Optional;

public interface HudiPartitionInfo
{
Table getTable();

String getRelativePartitionPath();

String getHivePartitionName();
Expand Down

0 comments on commit e54c86a

Please sign in to comment.