Skip to content

Commit

Permalink
Remove unused private method
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Apr 17, 2024
1 parent 95ba95b commit 8418e30
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -634,11 +634,6 @@ public Void visitInputReference(InputReferenceExpression input, ImmutableSet.Bui
}
}

private static String splitError(Throwable t, Path path, long start, long length)
{
return format("Error opening Hive split %s (offset=%s, length=%s): %s", path, start, length, t.getMessage());
}

private static class BucketAdapter
implements Predicate
{
Expand Down

0 comments on commit 8418e30

Please sign in to comment.