Copilot commented on code in PR #231:
URL: https://github.com/apache/fluss-rust/pull/231#discussion_r2754427484
##########
bindings/cpp/src/admin.cpp:
##########
@@ -108,10 +108,12 @@ Result Admin::GetLatestLakeSnapshot(const TablePath&
table_path, LakeSnapshot& o
return result;
}
-Result Admin::ListOffsets(const TablePath& table_path,
- const std::vector<int32_t>& bucket_ids,
- const OffsetQuery& offset_query,
- std::unordered_map<int32_t, int64_t>& out) {
+// function for common list offsets functionality
Review Comment:
The comment should follow the same style as other comments in the codebase.
Other methods in this file don't have comments before their implementations, so
this comment is inconsistent. Consider removing this comment or following a
consistent documentation pattern.
```suggestion
```
--
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]