morningman commented on a change in pull request #5938:
URL: https://github.com/apache/incubator-doris/pull/5938#discussion_r647945839
##########
File path: be/src/runtime/file_result_writer.cpp
##########
@@ -345,11 +352,12 @@ Status
FileResultWriter::_create_new_file_if_exceed_size() {
Status FileResultWriter::_close_file_writer(bool done, bool only_close) {
if (_parquet_writer != nullptr) {
_parquet_writer->close();
+ _current_written_bytes = _parquet_writer->get_writed_len();
Review comment:
```suggestion
_current_written_bytes = _parquet_writer->_written_len();
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]