yuqi1129 commented on issue #9954:
URL: https://github.com/apache/gravitino/issues/9954#issuecomment-3891026879

   I have verified 
   
   ```
   curl -X POST \
        
"http://localhost:9101/lance/v1/table/lance_catalog%24schema%24table0335/create";
 \
        -H 'Content-Type: application/vnd.apache.arrow.stream' \
        -H 'x-lance-table-location: 
s3://sts-test-bucket-001/tmp/lance_catalog/schema/table0335' \
        -H 'x-lance-table-properties: {"lance.storage.access_key_id": "AK", 
"lance.storage.secret_access_key": "SK", "lance.storage.endpoint": 
"http://s3.ap-northeast-1.amazonaws.com";, "lance.storage.allow_http": true, 
"lance.storage.region": "ap-northeast-1"}' \
        --data-binary "@${ARROW_FILE}"  
   ```
   
   <img width="2230" height="1286" alt="Image" 
src="https://github.com/user-attachments/assets/9c0ffb68-1b02-4638-bca9-de8262dea32a";
 />
   
   
   Then I use the drop table API
   
   ```
   curl -X POST 
"http://localhost:9101/lance/v1/table/lance_catalog%24schema%24table0335/drop"; 
-H 'Content-Type: application/json' -d '{"id": ["lance_catalog", "schema", 
"table0335"]}''   
   ```
   
   <img width="1547" height="512" alt="Image" 
src="https://github.com/user-attachments/assets/20d01245-00ed-4979-b2c3-bc4052d32c16";
 />
   
   And the data has been drop:
   
   <img width="1277" height="559" alt="Image" 
src="https://github.com/user-attachments/assets/7e12db9c-3bf8-4a7e-be77-329df84e5b6f";
 />
   
   
   Please review the test steps, and leave message if anything is unclear. 


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