-
> What about "bad input" tests? What if user specified some bad field name?
I believe that we should do as Tarantool does:
```lua
tarantool> box.tuple.new({1, {a = {b = 'c'}}})
---
- [1, {'a': …
-
I am using driver version 1.0.3 together with Trino 385, metabase 0.43 and delta. In delta we have a table with fairly nested schema. E.g. there's a column "device" with "os_type" field inside. In met…
-
## Descriptions
It seems to have some problems if the Golang struct has a nested array field(e.g. [][]string). You can check the following example code.
`NestedStringArrayWithTag` has a `Field` wi…
-
Nested join does not prefetch the object to nested object
Example
```python
class A(models.Model):
b = fields.ForeignKeyField(B)
class B(models.Model):
title = fields.CharField()
…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsn…
-
-
### Is your feature request related to a problem? Please describe
A common use case in semantic search is chunking of large (unstructured) documents where documents get broken into smaller chunks and…
-
### Description
I have an index with a nested field 'roles':
```
"roles": {
"type": "nested",
"properties": {
"name": {
"type": "text",
"fields": {
…
-
Is it possible to define nested name fields?
https://github.com/final-form/final-form#field-names
-
**Is your feature request related to a problem?**
Currently in OpenSearch, SQL doesn't support update or evaluate nested fields like PPL. To make them align, we may need to make SQL support these fea…