Skip to content

Conversation

@morningman
Copy link
Contributor

ByteYue and others added 3 commits February 21, 2024 15:41
Issue Number: close apache#30600
Fix unable to export empty data to hdfs / S3, this behavior is inconsistent with version 1.2.7,
version 1.2.7 can export empty data to hdfs/ S3, and there will be exported files on S3/HDFS.
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

other.clear();
struct FileBuffer::PartData {
Memory<> _memory;
PartData() : _memory(config::s3_write_buffer_size) {}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: use '= default' to define a trivial default constructor [modernize-use-equals-default]

Suggested change
PartData() : _memory(config::s3_write_buffer_size) {}
PartData() : _memory(config::s3_write_buffer_size) = default;

@yiguolei yiguolei merged commit a8d8c6a into apache:branch-2.1 Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants