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

[Feature] Add new POJO for Hive metadata cache #11373

Merged
merged 1 commit into from
Sep 19, 2022

Conversation

stephen-shelby
Copy link
Contributor

What type of PR is this:

  • BugFix
  • Feature
  • Enhancement
  • Refactor
  • UT
  • Doc
  • Tool

Which issues of this PR fixes :

Fixes #
#11349

Problem Summary(Required) :

Add partition class to cache the important info of org.apache.hadoop.hive.metastore.api or org.apache.hadoop.hive.metastore.api.Table. It will be used on the stage of 'getStatistics' and 'getRemoteInfos' etc.

Checklist:

  • I have added test cases for my bug fix or my new feature
  • I have added user document for my new feature or new function

@sonarcloud
Copy link

sonarcloud bot commented Sep 19, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@stephen-shelby
Copy link
Contributor Author

run starrocks_fe_unittest

@wanpengfei-git
Copy link
Collaborator

[FE PR Coverage Check]

😞 fail : 0 / 22 (00.00%)

file detail

path covered_line new_line coverage not_covered_line_detail
🔵 com/starrocks/external/hive/Partition.java 0 22 00.00% [21, 22, 23, 24, 25, 26, 27, 30, 34, 38, 42, 46, 51, 52, 55, 56, 58, 60, 61, 63, 64, 69]

@imay imay merged commit 5a4cd96 into StarRocks:main Sep 19, 2022
@stephen-shelby stephen-shelby deleted the partition branch September 19, 2022 08:50
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.

4 participants