Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Sep 26, 2024
1 parent 4fc72ce commit afe8abf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public int hashCode() {
flightSqlPort);
}

public DorisReadOptions copy(){
public DorisReadOptions copy() {
return new DorisReadOptions(
readFields,
filterQuery,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,8 @@ public void testTableSourceFilterWithUnionAllNotEqualFilter() throws Exception {
}

String[] expected = new String[] {"+I[flink, 10]", "+I[doris, 18]"};
checkResultInAnyOrder("testTableSourceFilterWithUnionAllNotEqualFilter", expected, actual.toArray());
checkResultInAnyOrder(
"testTableSourceFilterWithUnionAllNotEqualFilter", expected, actual.toArray());
}

@Test
Expand Down

0 comments on commit afe8abf

Please sign in to comment.