Tommy shu
Tommy shu
Hi, I would like to take a look at this issue. Refactoring seems like a good starting to get to understand the codebase.
Hi, Just wondering if this issue has been handled? If not, I can probably take a look at it(I'm currently looking for good first issue to get started with contributing...
Thanks for replying! I was looking at the previous discussion and reading the code related to this issue. From the todos given by @iwinux , I think the first two...
Hi, I just want to confirm that `TIMESTAMP` is corresponded to `TIME INDEX`, `TAG` is corresponded to `PRIMARY KEY` and `FIELD` is corresponded to `VALUE`, and the point of this...
No worries, thanks for explaining what semantic type `TAG` and `FIELD` are to me. And what do you mean by "changing the definitions in protobuf", do you mean giving a...
Hi @hydai !I would like to work on this issue under LFX mentorship.
Hi, has this issue been fixed? I can't find the function in my recent cloned repo. ```Rust /// Generate propose id fn generate_propose_id(&self) -> ProposeId { ProposeId::new(format!("{}-{}", self.name, Uuid::new_v4())) }...