CRZbulabula commented on code in PR #15586:
URL: https://github.com/apache/iotdb/pull/15586#discussion_r2110642670
##########
iotdb-core/ainode/ainode/core/model/built_in_model_factory.py:
##########
@@ -391,8 +491,8 @@ def parse_attribute(input_attributes: Dict[str, str],
attribute_map: Dict[str, A
default_low=1,
default_high=50000
),
- AttributeName.TIMERXL_CKPT_PATH.value: StringAttribute(
- name=AttributeName.TIMERXL_CKPT_PATH.value,
+ AttributeName.CKPT_PATH.value: StringAttribute(
+ name=AttributeName.CKPT_PATH.value,
Review Comment:
For the variable name, both models requires a `ckpt_path` field in their
config, thus I think the same name in `constant.py` is acceptable. To
distinguish the specific path, we can assign different value for them.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]