yuqi1129 opened a new issue, #4988: URL: https://github.com/apache/gravitino/issues/4988
### Version main branch ### Describe what's wrong create doris table success <img width="1239" alt="image" src="https://github.com/user-attachments/assets/a9ed0d4f-10f0-4ecf-83aa-3656eb231ac5"> `curl 'http://0.0.0.0:3002/api/metalakes/metalake_demo/catalogs/do_ris/schemas/testdb/tables' \ -H 'Accept: application/vnd.gravitino.v1+json' \ -H 'Accept-Language: zh-CN,zh;q=0.9' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json;charset=UTF-8' \ -H 'Cookie: authjs.csrf-token=4ae78d1e2d403091fc29b73036fe65af913019ab0c5e5c42ee1bd0caff3b5536%7C903755d6582f6bbf09be4d2b97e9e1c52c537a2c21a299809cd9bb23d6fc5505; authjs.callback-url=http%3A%2F%2F0.0.0.0%3A3002%2Fdashboard; NEXT_LOCALE=en-US; authjs.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2Q0JDLUhTNTEyIiwia2lkIjoiVmFUWnJqQTdTSDg4QnhlWFE2WDBUNGZ6UWtVX2ItbVRFTnlXS05kbDM4TDlZbzZpTnh1aXducUthN0lFSDhYZFZRUlFuUXVHUFVkbDI1TUFRanduWkEifQ..xZiMN0XURDxV0iMOlJTPIg.rv9rHKWXOE0mWdqRkK1sjRo0odcv0Mtyb8rEfF33HG1pZDbKTteNfyQu2oon6VPLgLNRl8Y4IPtiIB5CF_hCCX-jshaw0Oqa8u3osr_Lz5ac4mhE8ju6J7qXOZE42QW9gvBdf2rZz9V6Q4-U8u6Y80uZNQM8YLQATM_uqE3fSRMuHlJTFOQBCaNEDnPuJewWxLFseTJ1dgHU0R6N2n_LGf_9LXaBoti1vO-yiUTk4wMlferzIvJsv5DDfKiR1EGvytrJ52h21b9rv0_3DVToUOhFMXnpZB0yULphXeZKlWGNMt8RGid_mHRESXAIzPQ2.LPbQdC46ZtFwCnDWxbIlouE_qTbYTkp-11u5xJDW24o' \ -H 'Origin: http://0.0.0.0:3002' \ -H 'Pragma: no-cache' \ -H 'Referer: http://0.0.0.0:3002/catalogs/do_ris/testdb?catalogType=relational' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36' \ --data-raw '{"name":"table","comment":"","columns":[{"name":"id","type":"varchar(100)","nullable":true,"comment":""}],"properties":{},"distribution":{"strategy":"hash","number":32,"funcArgs":[{"type":"field","fieldName":["id"]}]}}' \ --insecure` get incorrect response: <img width="470" alt="image" src="https://github.com/user-attachments/assets/bc8ad6a2-319b-441c-a2e7-6e9a9b18576f"> ### Error message and/or stacktrace Please see above. ### How to reproduce Please see above. ### 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: commits-unsubscr...@gravitino.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org