Skip to content

Commit

Permalink
[CALCITE-6048] ServerTest#testTruncateTable fails intermittently due …
Browse files Browse the repository at this point in the history
…to method not found exception

Close apache#3567
  • Loading branch information
libenchao committed Dec 13, 2023
1 parent 56eb062 commit dc115a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ E extends Object> ReflectiveVisitDispatcher<R, E> createDispatcher(
Collections.emptyList());
}

@Override public @Nullable Method lookupVisitMethod(
@Override public synchronized @Nullable Method lookupVisitMethod(
Class<? extends R> visitorClass,
Class<? extends E> visiteeClass,
String visitMethodName,
Expand Down

0 comments on commit dc115a8

Please sign in to comment.