Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat](api) add nullable info for api _schema (apache#46557)
### What problem does this PR solve? spark doris connector still use `/api/<db>/<table>/_schema` api to get column info, here we need nullable information. like information_schema.columns, we add property: `is_nullable = Yes or No`
- Loading branch information