github-actions[bot] commented on code in PR #33675:
URL: https://github.com/apache/doris/pull/33675#discussion_r1566575747
##########
be/src/vec/sink/writer/vhive_partition_writer.h:
##########
@@ -71,6 +71,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:73:** 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]