Return value of master_create_distributed_table does not indicate if it ran successfully
Open
usability
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
When a user runs `master_create_distributed_table` and the UDF returns successfully, it returns `NULL`. This was confusing to a user as he didn't understand if the UDF was successful or not.
So, if we return true (or something similar), it might be more obvious to the user that it ran successfully.
The same applies to `master_create_worker_shards`.
Contributor guide
Assessment
This issue has not been assessed yet.