Skip to content
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

Merged

Conversation

niloc132
Copy link
Member

@niloc132 niloc132 commented Dec 6, 2022

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

@niloc132
Copy link
Member Author

niloc132 commented Dec 6, 2022

Failing due to needing to manually run authorization regen, #3133 will automate this.

@nbauernfeind nbauernfeind force-pushed the 3153-remove-unimplemented-fetch-pandas branch from 1bf7020 to d38202b Compare December 8, 2022 16:42
nbauernfeind
nbauernfeind previously approved these changes Dec 8, 2022
@nbauernfeind
Copy link
Member

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.)

nbauernfeind
nbauernfeind previously approved these changes Dec 8, 2022
devinrsmith
devinrsmith previously approved these changes Dec 8, 2022
@devinrsmith
Copy link
Member

Note: io.deephaven.javascript.proto.dhinternal.io.deephaven.proto.table_pb.batchtablerequest.operation.OpCase was not modified - is this expected?

This has been superceeded by FetchObject and a plugin for Pandas.

Fixes deephaven#3153
@niloc132 niloc132 dismissed stale reviews from devinrsmith and nbauernfeind via 1bf7020 January 13, 2023 18:23
@niloc132 niloc132 force-pushed the 3153-remove-unimplemented-fetch-pandas branch from e5d4cdf to 1bf7020 Compare January 13, 2023 18:23
@niloc132 niloc132 force-pushed the 3153-remove-unimplemented-fetch-pandas branch from 1bf7020 to 725bd93 Compare January 13, 2023 18:37
@niloc132 niloc132 requested a review from devinrsmith January 17, 2023 12:50
@niloc132 niloc132 merged commit 5da4064 into deephaven:main Jan 17, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove FetchPandasTable from gRPC Table API
3 participants