We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963f885 commit 2bc4a3aCopy full SHA for 2bc4a3a
flight/flight-core/src/main/java/org/apache/arrow/flight/FlightClient.java
@@ -90,7 +90,7 @@ public class FlightClient implements AutoCloseable {
90
91
final ClientInterceptor[] interceptors;
92
interceptors =
93
- new ClientInterceptor[] {authInterceptor, new ClientInterceptorAdapter(middleware)};
+ new ClientInterceptor[] {authInterceptor, new ClientInterceptorAdapter(this.middleware)};
94
95
// Create a channel with interceptors pre-applied for DoGet and DoPut
96
Channel interceptedChannel = ClientInterceptors.intercept(channel, interceptors);
0 commit comments