Skip to content

Commit

Permalink
Add a getter for DirectSqlTable in HiveFastTableService (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
swaranga-netflix authored Oct 28, 2022
1 parent 5b3b1be commit 7319202
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import com.netflix.metacat.connector.hive.monitoring.HiveMetrics;
import com.netflix.metacat.connector.hive.util.HiveTableUtil;
import com.netflix.spectator.api.Registry;
import lombok.Getter;
import lombok.extern.slf4j.Slf4j;
import org.apache.hadoop.fs.FileSystem;

Expand All @@ -49,6 +50,7 @@
@Slf4j
public class HiveConnectorFastTableService extends HiveConnectorTableService {
private final Registry registry;
@Getter
private final DirectSqlTable directSqlTable;
private final IcebergTableHandler icebergTableHandler;
private final CommonViewHandler commonViewHandler;
Expand Down

0 comments on commit 7319202

Please sign in to comment.