Skip to content

Commit

Permalink
Add runner logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthivelmanii committed Jan 6, 2025
1 parent 4c8d51d commit 3d65bca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,7 @@ public void read(final ReadRequest request, StreamObserver<ResultSet> responseOb
public void streamingRead(
final ReadRequest request, StreamObserver<PartialResultSet> responseObserver) {
requests.add(request);
System.out.println("streamingRead");
Preconditions.checkNotNull(request.getSession());
Session session = getSession(request.getSession());
if (session == null) {
Expand Down

0 comments on commit 3d65bca

Please sign in to comment.