Skip to content

Commit

Permalink
remove extra jsapi FetchPandasRequest file; remove from grpc service …
Browse files Browse the repository at this point in the history
…impl
  • Loading branch information
nbauernfeind committed Dec 8, 2022
1 parent d38202b commit e5d4cdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 261 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse;
import io.deephaven.proto.backplane.grpc.ExportedTableUpdateMessage;
import io.deephaven.proto.backplane.grpc.ExportedTableUpdatesRequest;
import io.deephaven.proto.backplane.grpc.FetchPandasTableRequest;
import io.deephaven.proto.backplane.grpc.FetchTableRequest;
import io.deephaven.proto.backplane.grpc.FilterTableRequest;
import io.deephaven.proto.backplane.grpc.FlattenRequest;
Expand Down Expand Up @@ -286,13 +285,6 @@ public void whereIn(WhereInRequest request, StreamObserver<ExportedTableCreation
oneShotOperationWrapper(BatchTableRequest.Operation.OpCase.WHERE_IN, request, responseObserver);
}

@Override
public void fetchPandasTable(FetchPandasTableRequest request,
StreamObserver<ExportedTableCreationResponse> responseObserver) {
// do not forget to check permissions via TableServiceContextualAuthWiring#checkPermissionFetchPandasTable
super.fetchPandasTable(request, responseObserver);
}

@Override
public void batch(final BatchTableRequest request,
final StreamObserver<ExportedTableCreationResponse> responseObserver) {
Expand Down

This file was deleted.

0 comments on commit e5d4cdf

Please sign in to comment.