数据质量模块当中的数据完整度SQL的一个小bug #3982
tkatt
started this conversation in
Show and tell
Replies: 1 comment
-
@tkatt Thanks for your report! 😆 @543202718 Plz do a check. Tips for you: UDF's user input parameters such as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我在使用数据完整度completeness函数时,指定窗口大小的时候,不小心把window拼成了windown,但是sql居然没报错
IoTDB> select completeness(wtid, "windown"='1d', "downtime"="false") from root.gw.7s.654323.654323001 +------------------------+----------------------------------------------------------------------------------+ | Time|completeness(root.gw.7s.654323.654323001.wtid, "windown"="1d", "downtime"="false")| +------------------------+----------------------------------------------------------------------------------+ |2020-01-01T00:00:09.000Z| 0.9687289698873334| +------------------------+----------------------------------------------------------------------------------+
Beta Was this translation helpful? Give feedback.
All reactions