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 test_table (
ts TIMESTAMP(3) NOT NULL DEFAULT current_timestamp(),
id INTNULL,
content STRING NULL,
TIME INDEX (ts),
PRIMARY KEY (id)
)
WITH
(
'compaction.twcs.time_window'='1d'
);
What type of bug is this?
Unexpected error, User Experience
What subsystems are affected?
Table Engine
Minimal reproduce step
Executes the following statement
What did you expect to see?
A table is created
What did you see instead?
ERROR 1815 (HY000): Invalid table option key: compaction.twcs.time_window
What operating system did you use?
NA
What version of GreptimeDB did you use?
0.7
Relevant log output and stack trace
The text was updated successfully, but these errors were encountered: