Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

Apache9 committed Mar 15, 2021
1 parent 20d7273 commit 95118d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -352,7 +352,7 @@ public void write(DataOutput out) throws IOException {
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("Split(");
sb.append("HBase table split(");
sb.append("tablename=").append(tableName);
// null scan input is represented by ""
String printScan = "";

0 comments on commit 95118d1

Please sign in to comment.