jt2594838 removed a comment on pull request #2460:
URL: https://github.com/apache/iotdb/pull/2460#issuecomment-769626779


   > > I do not think you get my point. I was saying adding `.*` to the paths 
is not necessarily a bug, as it may be needed in data queries. You should 
either convince me by showing that this change does not affect related data 
queries or allow `show device` and other queries to ignore the last `.*`.
   > 
   > Maybe i can fix it in show devices by ignoring the last ._., but there is 
another question before ignoring the last ._., when i execute show devices 
root.a.b.* ,the result is root.a.b.c,
   > after ignoring the last .*., execute the same sql ,it will match root.a.b 
and root.a.b.c,
   > result is inconsistent.
   
   How is it possible? Only one of `root.a.b` and `root.a.b.c` can be a device 
if you fix it correctly.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to