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


##########
be/src/vec/sink/writer/vhive_partition_writer.h:
##########
@@ -67,6 +67,9 @@ class VHivePartitionWriter {
 
     inline size_t written_len() { return 
_file_format_transformer->written_len(); }
 
+private:
+    std::string _get_target_file_name();
+
 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/vhive_partition_writer.h:69:** 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: commits-unsubscr...@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to