github-actions[bot] commented on code in PR #32403:
URL: https://github.com/apache/doris/pull/32403#discussion_r1571114436


##########
be/src/vec/sink/writer/vtablet_writer_v2.h:
##########
@@ -114,6 +114,14 @@ class VTabletWriterV2 final : public AsyncResultWriter {
 
     Status on_partitions_created(TCreatePartitionResult* result);
 
+#ifndef BE_TEST
+private:
+#endif
+    static Status _create_commit_info(
+            std::vector<TTabletCommitInfo>& tablet_commit_infos,
+            std::shared_ptr<LoadStreamMap> load_stream_map,
+            int num_replicas);
+
 private:

Review Comment:
   warning: redundant access specifier has the same accessibility as the 
previous access specifier [readability-redundant-access-specifiers]
   
   ```suggestion
   
   ```
   <details>
   <summary>Additional context</summary>
   
   **be/src/vec/sink/writer/vtablet_writer_v2.h:117:** previously declared here
   ```cpp
   private:
   ^
   ```
   
   </details>
   



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to