lifangyu opened a new issue, #9501: URL: https://github.com/apache/gravitino/issues/9501
### Version main branch ### Describe what's wrong Here is how it is done: 1. Create the "lance" table using gravitino, and check that the "lance" table is displayed correctly through the web interface. 2. Use Python LanceDB v0.21.1 to create a local Lance table and write data as shown in the following figure: <img width="1237" height="813" alt="Image" src="https://github.com/user-attachments/assets/0a419bd5-e58d-42ca-a5ed-1d69af5aefa2" /> Then, the existing "Lance" table was registered through the Gravitino API. By using the Gravitino web interface, it was found that the registered "Lance" table could be viewed normally, but the structure information of the "Lance" table could not be obtained. As shown in the following figure: <img width="1453" height="496" alt="Image" src="https://github.com/user-attachments/assets/b73ede8f-2550-4731-84da-922b1d8d7c59" /> ### Error message and/or stacktrace The gravitino system has no error messages, and the lance-rest-server system also has no error messages. ### How to reproduce gravitino env: gravitino version 1.1.0 jdk 17 mac python: python 3.12 lanceDb 0.21.1 ### Additional context _No response_ -- 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]
