You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}"
The text was updated successfully, but these errors were encountered:
Start sqlflowserver in the Docker container by
./sqlflowserver &
, then run SQL statementif
mytable
is already exists, the below error is reported.The text was updated successfully, but these errors were encountered: