iotdb
iotdb copied to clipboard
fix showQueries
Description
- Using limit when there are multiple datanodes will result in NPE.
- Fixed issues with using
order by queryid,datanodeid,elapsedtime,statementas sortKeys. - Fixed the issue of incorrect read order during deserialization.
- An extra
:appears inEstimated Memory Size:.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 38.88%. Comparing base (bd813d8) to head (b0a6e00).
:warning: Report is 32 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #16855 +/- ##
============================================
+ Coverage 38.83% 38.88% +0.04%
Complexity 207 207
============================================
Files 5021 5021
Lines 332995 333030 +35
Branches 42376 42382 +6
============================================
+ Hits 129322 129502 +180
+ Misses 203673 203528 -145
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Quality Gate passed
Issues
1 New issue
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code