You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/11/05 02:41:30 UTC

[iotdb] branch rel/0.11 updated: add alias example

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch rel/0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.11 by this push:
     new 0a473b9  add alias example
0a473b9 is described below

commit 0a473b9674806f08ee2c293aa2af33c8b761067e
Author: qiaojialin <64...@qq.com>
AuthorDate: Thu Nov 5 10:40:25 2020 +0800

    add alias example
---
 RELEASE_NOTES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index f7d052e..a855a05 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -36,7 +36,7 @@
 * IOTDB-926 Support reconnection of Session
 * IOTDB-941 Support 'delete storage group <prefixPath>'
 * IOTDB-968 Support time predicate in select last, e.g., select last * from root where time >= T
-* Show alias if it is used in query
+* Support alias if it is used in query (e.g., select s1 as temp from root.a.b)
 * Add level compaction strategy
 * Add partialInsert