tarantool / tarantool/tarantool

Add field `options` to `_priv` format

Open
#9,841 0 comments 0 reactions 1 assignee View on GitHub

@ImeevMA is already working on this.

Since Mar 20, 2024.

Dominant language
Lua
Stars
3.7k
Forks
419
Avg merge
1d 23h
Merged PRs (30d)
88

Description

This patch adds a map with the _origins field as the sixth _priv field. However, the space format contains only 5 fields. It would be correct to add the name of the sixth field via upgrade. But this is quite problematic because it means that simply to add a system space field name we will have to force the users to update the schema or their DDL operation will fail. Still, we need to decide how to resolve the issue in the current master and release/3.0 branches.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.