SteveYurongSu commented on code in PR #12138:
URL: https://github.com/apache/iotdb/pull/12138#discussion_r1530204642


##########
iotdb-client/service-rpc/src/main/java/org/apache/iotdb/rpc/subscription/payload/config/TopicConstant.java:
##########
@@ -17,17 +17,17 @@
  * under the License.
  */
 
-package org.apache.iotdb.commons.subscription.config;
+package org.apache.iotdb.rpc.subscription.payload.config;
 
 public class TopicConstant {
 
   public static final String PATH_KEY = "path";
   public static final String PATH_DEFAULT_VALUE = "root.**";
-  public static final String PATH_FORMAT_KEY = "path.format";
-  public static final String PATH_FORMAT_DEFAULT_VALUE = "pattern";
+  public static final String PATTERN_KEY = "pattern";

Review Comment:
   I think it can be removed now...



-- 
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-unsubscr...@iotdb.apache.org

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

Reply via email to