paultanay commented on issue #9830:
URL: https://github.com/apache/gravitino/issues/9830#issuecomment-3833563875

   I've investigated this issue. The root cause is:
   **Problem:** When editing tables not created through Gravitino, the UI 
receives schema properties without the expected `StringIdentifier` field. The 
frontend code attempts to call `.includes()` on an undefined value, causing a 
TypeError.
   **Backend logs show:**
   **Fix needed:** Add null/undefined checks in the web UI before accessing 
schema properties, likely in `TableView.js` or related components.
   **Workaround:** Only edit tables created through Gravitino UI/API.
   I can work on this if needed, but it requires setting up the web development 
environment.
   
   If someone assigns me I would like to work on this issue.


-- 
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]

Reply via email to