• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 22789462145 / 1
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 07 Mar 2026 02:07AM UTC
Files 526
Run time 22s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Mar 2026 01:54AM UTC coverage: 87.682% (+0.02%) from 87.658%
22789462145.1

push

github

grafin
config/schema: deep set/delete for `any` type

This patch adds support for assigning and deleting nested fields inside
schema scalar nodes of the `any` type using deep paths.

Previously, attempts to set a nested field past an `any` scalar resulted
in a type error. Now such nodes are treated as schemaless containers, and
intermediate tables are created automatically when needed.

Closes #10204

@TarantoolBot document
Title: Deep assign/delete a field inside `any` schema type
Since: 3.7

Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/config/utils_schema/#lua-function.schema_object.set

```diff
Important

The `data` argument is assumed to be validated against the given schema.
The `value` argument is validated before assignment.

+ For schema nodes of the `scalar({ type = 'any' })` type, no structural
+ validation is performed. Such nodes are treated as schemaless containers,
+ so assigning or deleting nested fields via deep paths is allowed.
```

70463 of 118516 branches covered (59.45%)

105961 of 120847 relevant lines covered (87.68%)

1409069.32 hits per line

Source Files on job 22789462145.1
  • Tree
  • List 526
  • Changed 24
  • Source Changed 0
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 22789462145
  • 1e3c2413 on github
  • Prev Job for on master (#22775810579.1)
  • Next Job for on master (#22915457462.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc