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 a table A with multiple regions under cluster mode
Write to it using our gRPC API
Create another table B with the same schema
Rename A to A_backup and B to A
Query the new table A
What did you expect to see?
Returns some rows
What did you see instead?
ERROR 1815 (HY000): (EngineExecuteQuery): DataFusion error: Unsupported operation: get stream from a distributed table
What operating system did you use?
Unrelated
What version of GreptimeDB did you use?
v0.9.1
Relevant log output and stack trace
mysql>select* from test_a where ts >now() - '1minute'::interval order by ts desc limit 100;
ERROR 1815 (HY000): (EngineExecuteQuery): DataFusion error: Unsupported operation: get stream from a distributed table
The text was updated successfully, but these errors were encountered:
What type of bug is this?
Unexpected error
What subsystems are affected?
Distributed Cluster
Minimal reproduce step
What did you expect to see?
Returns some rows
What did you see instead?
ERROR 1815 (HY000): (EngineExecuteQuery): DataFusion error: Unsupported operation: get stream from a distributed table
What operating system did you use?
Unrelated
What version of GreptimeDB did you use?
v0.9.1
Relevant log output and stack trace
The text was updated successfully, but these errors were encountered: