You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/08/23 10:37:07 UTC

[GitHub] [iotdb] gouminger opened a new pull request, #7093: Iotdb 3450

gouminger opened a new pull request, #7093:
URL: https://github.com/apache/iotdb/pull/7093

   Support new path pattern: 0 or more layers
   
   According to the discussion in the mail list, we can get the following syntax:
   
   1.*(start, end) - start (included) to end (excluded) layers
   2.*( , end) - 0 to end (excluded) layers
   3.*(start, ) - start (included) or more layers, ** stands for *(1, )
   4.*( , ) - 0 or more layers, maybe we can use a shortcut (such as ***)?
   5.*( n ) - exactly n layers, * stands for *(1)
    
   
   P.S.  Currently, '{' and '}' is used in path, to avoid ambiguity, we use '(' and ')' here.


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

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] gouminger closed pull request #7093: Iotdb 3450

Posted by GitBox <gi...@apache.org>.
gouminger closed pull request #7093: Iotdb 3450
URL: https://github.com/apache/iotdb/pull/7093


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

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org