Replies: 2 comments 7 replies
-
Hi, it seems that this change breaks the backward compatibility? Let's say we have 3 time series: root.sg.d.s1, root.sg.d.s2, and root.sg.d.t.s1. Before this change, the following query produces a result set that contains all of the time series.
After this change, it produces only root.sg.d.s1 and root.sg.d.s2, right? |
Beta Was this translation helpful? Give feedback.
6 replies
-
If there is a good idea to let reduce the side effect of upgrading stale
version, then this feature will be much better.
But I have no idea....
Apache Cassandra had a similar issue, and Cassandra uses CQL2 and CQL3, and
let the session claim which version it will use when the session connects
the server.
Best,
Zhong Wang ***@***.***> 于2021年9月17日周五 下午2:39写道:
… Cool, thanks for your time.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3990 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHZOVQ4QN5RL3RZH2LRJUDUCLPCVANCNFSM5EE7X4BA>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are developing a new feature on master branch, support wildcard ** in IOTDB-SQL. Here's the link. #3918
Since we support * and **, and apply path pattern in SQL statement. Here are two type of DDL SQL to get all data under one prefixPath, and we want to choose one of them as default recommended statement presenting in UserGuide docs.
Obviously, the second one is more simple than the first one.
However, since we IoTDB have some hidden bugs in data query and presentation, define entities clearly in sql from clause and IoTDB will run more stable. That's why the second one prevails.
Look forward to your suggestions.
Beta Was this translation helpful? Give feedback.
All reactions