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
CREATETABLE 'weather' (
city SYMBOL capacity,
temperature DOUBLE,
humidity DOUBLE,
timestampTIMESTAMP,
country SYMBOL capacity 256 CACHE
) timestamp (timestamp) PARTITION BY DAY WAL;
Start ingesting rows via ILP into the table, e.g. with this Go program:
Steps to reproduce
weather
table in the left panel and then run the following DDL:Actual result
city
column is not shown although it's recreated via ILP.Expected result
city
column is shown after Refresh is pressed.The text was updated successfully, but these errors were encountered: