You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…when loading Doris tables (#4991)
### What changes were proposed in this pull request?
Loading distribution information when obtaining Doris tables.
### Why are the changes needed?
It's a bug to be fixed.
Fix: #4988
### Does this PR introduce _any_ user-facing change?
N/A.
### How was this patch tested?
IT.
…when loading Doris tables (#5048)
### What changes were proposed in this pull request?
Loading distribution information when obtaining Doris tables.
### Why are the changes needed?
It's a bug to be fixed.
Fix: #4988
### Does this PR introduce _any_ user-facing change?
N/A.
### How was this patch tested?
IT.
Co-authored-by: Qi Yu <yuqi@datastrato.com>
Version
main branch
Describe what's wrong
create doris table success
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:
Error message and/or stacktrace
Please see above.
How to reproduce
Please see above.
Additional context
No response
The text was updated successfully, but these errors were encountered: