yanhongwangg commented on pull request #2460:
URL: https://github.com/apache/iotdb/pull/2460#issuecomment-768871939


   > 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.


----------------------------------------------------------------
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