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
CREATETABLEIF NOT EXISTS "user" (
"from" STRING NULL,
"short_name" STRING NULL,
"long_name" STRING NULL,
"is_licensed"BOOLEANNULL,
"hw_model" STRING NULL,
"role" STRING NULL,
"ts"TIMESTAMP(9) NOT NULL,
TIME INDEX ("ts"),
PRIMARY KEY ("from")
)
ENGINE=mito
WITH(
merge_mode ='last_non_null'
)
Query:
SELECT DISTINCTON (from) *FROM user ORDER BYfrom, ts DESC;
What did you expect to see?
I did not expect crash, but query results or error from query.
What did you see instead?
Stacktrace and console output:
Well, this is embarrassing.
GreptimeDB had a problem and crashed. To help us diagnose the problem you can send us a crash report.
We have generated a report file at "/tmp/report-395d04f7-5663-4a45-817c-9646ede049f8.toml". Submit an issue or email with the subject of "GreptimeDB Crash Report" and include the report as an attachment.
What type of bug is this?
Crash
What subsystems are affected?
Query Engine
Minimal reproduce step
Table:
Query:
What did you expect to see?
I did not expect crash, but query results or error from query.
What did you see instead?
Stacktrace and console output:
What operating system did you use?
Docker image greptime/greptimedb:v0.13.1
What version of GreptimeDB did you use?
0.13.1
Relevant log output and stack trace
The text was updated successfully, but these errors were encountered: