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

bugfix: fix get table meta failed with catalog #1953

Merged

Conversation

l81893521
Copy link
Contributor

Ⅰ. Describe what this PR did

Can not get table meta when the SQL include catalog, like

select * from account.account_tbl

Ⅱ. Does this pull request fix one issue?

#1952

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@codecov-io
Copy link

codecov-io commented Nov 28, 2019

Codecov Report

Merging #1953 into develop will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #1953      +/-   ##
=============================================
- Coverage      55.26%   55.26%   -0.01%     
- Complexity      2429     2430       +1     
=============================================
  Files            432      432              
  Lines          14441    14440       -1     
  Branches        1708     1707       -1     
=============================================
- Hits            7981     7980       -1     
- Misses          5734     5735       +1     
+ Partials         726      725       -1
Impacted Files Coverage Δ Complexity Δ
...tasource/sql/struct/cache/MysqlTableMetaCache.java 86.81% <100%> (+2.03%) 10 <0> (ø) ⬇️
...server/store/file/FileTransactionStoreManager.java 56.5% <0%> (-0.96%) 29% <0%> (ø)
...ource/sql/struct/cache/AbstractTableMetaCache.java 88.23% <0%> (+2.94%) 12% <0%> (+1%) ⬆️

Copy link
Member

@slievrly slievrly left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@xingfudeshi xingfudeshi left a comment

Choose a reason for hiding this comment

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

LGTM.

@zjinlei zjinlei merged commit 996bc6a into apache:develop Dec 3, 2019
@slievrly slievrly added this to the 1.0 milestone Dec 3, 2019
@l81893521 l81893521 deleted the fix_get_table_meta_fail_with_catalog branch April 27, 2020 01:31
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.

None yet

5 participants