Skip to content

Commit

Permalink
Enable use of the method readTable from child classes
Browse files Browse the repository at this point in the history
Allow child classes to use readTable method
  • Loading branch information
harsharastogi authored and ARUNACHALAM THIRUPATHI committed May 12, 2022
1 parent bd48fc3 commit 5596bd9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5052,7 +5052,7 @@ protected ConnectorTableHandle getTableHandle(ConnectorMetadata metadata, Schema
return handle;
}

private MaterializedResult readTable(
protected MaterializedResult readTable(
Transaction transaction,
ConnectorTableHandle hiveTableHandle,
List<ColumnHandle> columnHandles,
Expand All @@ -5066,7 +5066,7 @@ private MaterializedResult readTable(
return readTable(transaction, hiveTableHandle, layoutHandle, columnHandles, session, expectedSplitCount, expectedStorageFormat);
}

private MaterializedResult readTable(
protected MaterializedResult readTable(
Transaction transaction,
ConnectorTableHandle hiveTableHandle,
ConnectorTableLayoutHandle hiveTableLayoutHandle,
Expand Down

0 comments on commit 5596bd9

Please sign in to comment.