Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix](HadoopLz4BlockCompression)Fixed the bug that HadoopLz4BlockCompression creates _decompressor every time it decompresses.(#37187) #37299

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

hubgeter
Copy link
Contributor

@hubgeter hubgeter commented Jul 4, 2024

bp : #37187

Proposed changes

Issue Number: close #xxx

…ression creates _decompressor every time it decompresses.
@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

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@hubgeter
Copy link
Contributor Author

hubgeter commented Jul 4, 2024

run buildall

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

@@ -25,6 +25,8 @@
defined(__i386) || defined(_M_IX86)
#include <libdeflate.h>
#endif
#include <glog/log_severity.h>
#include <glog/logging.h>
Copy link
Contributor

Choose a reason for hiding this comment

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

warning: duplicate include [readability-duplicate-include]

be/src/util/block_compression.cpp:27:

- #include <glog/log_severity.h>
- #include <glog/logging.h>
+ #include <glog/log_severity.h>

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.31% (9149/25194)
Line Coverage: 27.86% (74667/268007)
Region Coverage: 26.75% (38505/143919)
Branch Coverage: 23.44% (19510/83220)
Coverage Report: http://coverage.selectdb-in.cc/coverage/3ca1811a58a955d96c27bc6635cd52bd4d21e210_3ca1811a58a955d96c27bc6635cd52bd4d21e210/report/index.html

@morningman morningman merged commit c8978fc into apache:branch-2.1 Jul 4, 2024
20 of 22 checks passed
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.

3 participants