-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unused gRPC method for Pandas DataFrames #3156
Remove unused gRPC method for Pandas DataFrames #3156
Conversation
Failing due to needing to manually run authorization regen, #3133 will automate this. |
1bf7020
to
d38202b
Compare
Looks like there are still references to this request type in the C++ build. Should we rope in Corey or Cristian to tell us what we need to do? Or do you think these are files that would no longer be generated and just need to be deleted? (Like the FetchPandasTableRequest.java that was still in the jsapi directory.) |
Note: |
This has been superceeded by FetchObject and a plugin for Pandas. Fixes deephaven#3153
1bf7020
e5d4cdf
to
1bf7020
Compare
1bf7020
to
725bd93
Compare
This method was never implemented, so impact of removal should be minimal. It was superseded by FetchObject along with a plugin for Pandas, implemented in #1942.
Also updated other generated gRPC bindings that were out of date.
Fixes #3153