Skip to content

[IOTDB-5834] Fix unclear error msg when querying nonexistent schema template#9738

Merged
MarcosZyk merged 2 commits intoapache:masterfrom
MarcosZyk:fix_non_exist_template_msg
Apr 28, 2023
Merged

[IOTDB-5834] Fix unclear error msg when querying nonexistent schema template#9738
MarcosZyk merged 2 commits intoapache:masterfrom
MarcosZyk:fix_non_exist_template_msg

Conversation

@MarcosZyk
Copy link
Contributor

@MarcosZyk MarcosZyk commented Apr 28, 2023

Description

Before this pr

see IOTDB-5834

After this pr

IoTDB> alter schema template t1 add (s_speed FLOAT encoding=RLE, FLOAT TEXT encoding=PLAIN compression=SNAPPY);
Msg: 507: Template t1 does not exist
IoTDB> show nodes in schema template t1
Msg: 507: Template t1 does not exist

@MarcosZyk MarcosZyk merged commit 1771123 into apache:master Apr 28, 2023
@MarcosZyk MarcosZyk deleted the fix_non_exist_template_msg branch June 5, 2023 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant