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

grpc: error while marshaling: proto: Marshal called with nil when creating a table that already exists in jupyter notebook #3025

Open
typhoonzero opened this issue Oct 14, 2020 · 0 comments

Comments

@typhoonzero
Copy link
Collaborator

typhoonzero commented Oct 14, 2020

Start sqlflowserver in the Docker container by ./sqlflowserver &, then run SQL statement

create table mytable as select ...;

if mytable is already exists, the below error is reported.

_MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.INTERNAL
	details = "grpc: error while marshaling: proto: Marshal called with nil"
	debug_error_string = "{"created":"@1602661393.999438200","description":"Error received from peer ipv4:127.0.0.1:50051","file":"src/core/lib/surface/call.cc","file_line":1061,"grpc_message":"grpc: error while marshaling: proto: Marshal called with nil","grpc_status":13}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant