github-actions[bot] opened a new pull request, #7042: URL: https://github.com/apache/gravitino/pull/7042
### What changes were proposed in this pull request? Filtering out `owner` table properties, as table properties not supported in PG and will cause issue in: https://github.com/apache/gravitino/issues/6697 during PG table creation ### Why are the changes needed? fix https://github.com/apache/gravitino/issues/6697 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Tested in local environment, following the steps in https://github.com/apache/gravitino/issues/6697#issuecomment-2746218039 ``` spark-sql ()> create table public.a(a int); Time taken: 0.483 seconds spark-sql ()> ``` <img width="1403" alt="image" src="https://github.com/user-attachments/assets/21e1e557-ac7c-4ebb-8dae-c1d6dddbbd19" /> TODO integration test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
