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
create table t as select * from t2 will create a table t first and then insert rows into t from t2 which somehow is a hybrid query of streaming and batch. It is failed to run when a cluster contains streaming and serving CN.
ERROR: Failed to run the query
Caused by:
internal error: gRPC request to batch service failed: Internal error: failed to create RPC client to risingwave-compute-serving-0.risingwave-compute.rwc-xxxx.svc:5688
Error message/log
No response
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
create table t as select * from t2
will create a table t first and then insert rows into t from t2 which somehow is a hybrid query of streaming and batch. It is failed to run when a cluster contains streaming and serving CN.Error message/log
No response
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: