feedback: space_object:format() | Tarantool
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
<…>})
box.space.tester:format({{'x','scalar'},{'y','unsigned'}})|The following example shows how to create a space, format it with all
possible types, and insert into it.|
tarantool> box.schema.space.create('t')
- engine: memtx
b<…>
https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/format/
В примере говорится, что перечислены все возможные типы для space. Это не так, не хватает типа datetime.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the linked box.space:format() documentation page and locate the example that claims to list all possible space field types. Check the existing type list against the documented types, include datetime, and verify that the example and its explanatory text are consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 75/100