benqwu opened a new issue, #9606:
URL: https://github.com/apache/gravitino/issues/9606

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   I registered an existing Lance table using Python code. Gravitino returned a 
successful registration result, but it does not contain the column definition 
information of the table.
   ```
   import lance_namespace as ln
   
   ns = ln.connect("rest", {"uri": "http://192.168.122.80:9101/lance"})
   
   register_table_request = ln.RegisterTableRequest(
       id=["lance_catalog", "s1", "t3"],
       location="s3://lance/t3.lance",
       mode='CREATE',
       properties={
           "lance.storage.endpoint": "http://192.168.122.80:9000";,
           "lance.storage.access_key_id": "rustfsadmin",
           "lance.storage.secret_access_key": "rustfsadmin",
           "lance.storage.allow_http": "true"
       }
   )
   ns.register_table(register_table_request)
   ```
   
   
   <img width="1230" height="1005" alt="Image" 
src="https://github.com/user-attachments/assets/cdd35551-cd41-44ce-b19f-d9fd12145bbe";
 />
   
   <img width="1236" height="1038" alt="Image" 
src="https://github.com/user-attachments/assets/a1c489b3-7b3a-4ce1-ac37-f4fde1b2dc86";
 />
   
   ### Error message and/or stacktrace
   
   NA
   
   ### How to reproduce
   
   NA
   
   ### 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]

Reply via email to