Skip to content

Add table type to table disk usage#17768

Merged
JackieTien97 merged 1 commit into
masterfrom
addColumnForTableDiskUsageTable
May 26, 2026
Merged

Add table type to table disk usage#17768
JackieTien97 merged 1 commit into
masterfrom
addColumnForTableDiskUsageTable

Conversation

@shuwenwei
Copy link
Copy Markdown
Member

Summary

  • Add a table_type column to information_schema.table_disk_usage.
  • Populate table_type from TTableInfo using TableType names.
  • Include table_type in predicate pushdown support and update related integration test expectations.

Validation

  • Not run, per user request.

@shuwenwei shuwenwei force-pushed the addColumnForTableDiskUsageTable branch from 484c821 to d7deabb Compare May 26, 2026 04:28
@sonarqubecloud
Copy link
Copy Markdown

@codecov
Copy link
Copy Markdown

codecov Bot commented May 26, 2026

Codecov Report

❌ Patch coverage is 4.54545% with 21 lines in your changes missing coverage. Please review.
✅ Project coverage is 40.58%. Comparing base (7af3438) to head (d7deabb).

Files with missing lines Patch % Lines
...ional/InformationSchemaContentSupplierFactory.java 0.00% 21 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #17768   +/-   ##
=========================================
  Coverage     40.58%   40.58%           
+ Complexity     2576     2574    -2     
=========================================
  Files          5179     5179           
  Lines        350338   350352   +14     
  Branches      44795    44799    +4     
=========================================
+ Hits         142178   142192   +14     
  Misses       208160   208160           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JackieTien97 JackieTien97 merged commit dcb630f into master May 26, 2026
43 of 45 checks passed
@JackieTien97 JackieTien97 deleted the addColumnForTableDiskUsageTable branch May 26, 2026 05:59
@shuwenwei shuwenwei review requested due to automatic review settings May 26, 2026 06:19
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.

2 participants