bbiiaaoo commented on code in PR #10637:
URL: https://github.com/apache/gravitino/pull/10637#discussion_r3207146067


##########
docs/lance-rest-service.md:
##########
@@ -273,17 +274,26 @@ curl -X POST 
http://localhost:9101/lance/v1/table/lance_catalog%24schema%24table
   -d '{
     "id": ["lance_catalog", "schema", "table01"],
     "location": "/tmp/lance_catalog/schema/table01",
-    "mode": "CREATE"
+    "mode": "create"

Review Comment:
   The canonical REST value in the document is lowercase create. The 
implementation still accepts CREATE for compatibility because mode parsing is 
case-insensitive. I also added a note to clarify this.



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