Skip to content

Commit

Permalink
5
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed Dec 9, 2024
1 parent 8281749 commit f4a3f49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ protected Map<String, String> getLocationProperties() throws UserException {
return new HashMap<>();
}

private List<Split> getSplitByTableSession(TableBatchReadSession tableBatchReadSession) throws java.io.IOException {
private List<Split> getSplitByTableSession(TableBatchReadSession tableBatchReadSession) throws IOException {
List<Split> result = new ArrayList<>();
String scanSessionSerialize = serializeSession(tableBatchReadSession);
InputSplitAssigner assigner = tableBatchReadSession.getInputSplitAssigner();
Expand Down

0 comments on commit f4a3f49

Please sign in to comment.