Skip to content

[AMORO-4236] Add Maintenance tab for table process management#4238

Open
zhangwl9 wants to merge 2 commits into
apache:masterfrom
zhangwl9:AMORO-add-maintenace-tab-dev
Open

[AMORO-4236] Add Maintenance tab for table process management#4238
zhangwl9 wants to merge 2 commits into
apache:masterfrom
zhangwl9:AMORO-add-maintenace-tab-dev

Conversation

@zhangwl9
Copy link
Copy Markdown
Contributor

@zhangwl9 zhangwl9 commented May 29, 2026

Why are the changes needed?

Close #4236.

Brief change log

Introduces Maintenance tab in the table details page to separate maintenance processes (cleanup operations) from optimizing processes.

Key changes:

  • Backend: Add processCategory parameter to getOptimizingProcessesInfo API to filter by OPTIMIZING or MAINTENANCE category
  • Backend: Add new REST endpoint /maintenance-types to fetch maintenance-specific process types
  • Backend: Update MixedAndIcebergTableDescriptor to support category-based filtering with proper type separation
  • Frontend: Create reusable Maintenance.vue component that wraps Optimizing.vue with maintenance-specific configuration
  • Frontend: Add processCategory and cancelModalTitleKey props to Optimizing.vue for flexible reuse
  • Frontend: Register Maintenance tab in table details page alongside Optimizing tab

How was this patch tested?

  • Add some test cases that check the changes thoroughly including negative and positive cases if possible

  • Add screenshots for manual tests if appropriate

iShot_2026-05-29_14 01 25 iShot_2026-05-29_14 01 06
  • Run test locally before making a pull request

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

@github-actions github-actions Bot added module:ams-server Ams server module module:ams-dashboard Ams dashboard module module:common labels May 29, 2026
@zhangwl9 zhangwl9 force-pushed the AMORO-add-maintenace-tab-dev branch 3 times, most recently from 235a52a to 46c8157 Compare May 29, 2026 05:52
@zhangwl9 zhangwl9 force-pushed the AMORO-add-maintenace-tab-dev branch from 07bd711 to 1271703 Compare June 1, 2026 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Subtask]: Add Maintenance Tab for Better Process History Organization

1 participant