World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
1.1k
stars
345
forks
source link
[Bug report] We should only pass by properties known by Doris #3150
Closed
yuqi1129 closed 3 weeks ago
Version
main branch
Describe what's wrong
When we execute the following command
curl -X POST -H "Content-Type: application/json" -d '{"name":"test_table","comment":"my test table","columns":[{"name":"id","type":"integer","comment":"id column comment","nullable":true},{"name":"name","type":"string","comment":"name column comment","nullable":true}],"properties":{"format":"ORC","serde-name":"yuqi11","table-type":"EXTERNAL_TABLE"},"distribution":{"strategy":"hash","number":4,"funcArgs":[{"type":"field","fieldName":["id"]}]}}' http://localhost:8090/api/metalakes/test/catalogs/doris4/schemas/db21/tables
Error message and/or stacktrace
How to reproduce
Please see above.
Additional context
No response