[#4370]feat(iceberg): support view interface for Iceberg REST server
What changes were proposed in this pull request?
support view interface for Iceberg REST server
Why are the changes needed?
Fix: #4370
Does this PR introduce any user-facing change?
no
How was this patch tested?
- add UT
- manual test
@FANNG1 please help to review, Thanks.
@theoryxu , thanks for the PR, after supporting views, could Spark create the view in the Iceberg REST catalog? If yes, could you add corresponding integration test?
@theoryxu , thanks for the PR, after supporting views, could Spark create the view in the Iceberg REST catalog? If yes, could you add corresponding integration test?
Sure, I tested it in an internal environment and will add an integration test soon.
@FANNG1 Integration tests have been added. Please review. Thanks!
LGTM except one comment, @theoryxu could you fix the ci error?
@theoryxu , merged to main, thanks for your contribution.