Skip to content

[AMORO-4280] Add support for Lance format on REST metastore - #4334

Open
zhangwl9 wants to merge 3 commits into
apache:masterfrom
zhangwl9:AMORO-add-rest-lance-dev
Open

[AMORO-4280] Add support for Lance format on REST metastore#4334
zhangwl9 wants to merge 3 commits into
apache:masterfrom
zhangwl9:AMORO-add-rest-lance-dev

Conversation

@zhangwl9

@zhangwl9 zhangwl9 commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Why are the changes needed?

Close #4280 .

Brief change log

  • Register LANCE as a supported table format for REST metastore
  • Enforce one-protocol-per-uri: reject combining LANCE with other
    formats(iceberg、mixed_iceberg)on REST metastore
  • Add LanceRestCatalog backed by lance REST namespace API
  • Extract shared logic into AbstractLanceCatalog; slim down
    LanceDirectoryV1Catalog
  • Frontend: opt-in LANCE checkbox, default Iceberg family, hide
    storage/auth config when REST + LANCE is selected

How was this patch tested?

  • Add some test cases that check the changes thoroughly including negative and positive cases if possible
    test by gravitino-lance rest service
part1 part2 PART3 PART4
  • Add screenshots for manual tests if appropriate

  • 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 Aug 24, 2026
@zhangwl9
zhangwl9 force-pushed the AMORO-add-rest-lance-dev branch from 54393c7 to 2502ea9 Compare August 25, 2026 04:31
@zhangwl9
zhangwl9 force-pushed the AMORO-add-rest-lance-dev branch from 2502ea9 to db3d546 Compare August 25, 2026 07:14
@zhangwl9 zhangwl9 changed the title [AMORO-] Add support for Lance format on REST metastore [AMORO-4280] Add support for Lance format on REST metastore Aug 25, 2026
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.

[Feature]: Integrate Lance to support Rest as a metastore

1 participant