-
I have a mongo document which has a list field containing child documents.
Pandas data frames [can be nested](https://pandas.pydata.org/docs/user_guide/dsintro.html#dataframe). And PyArrow has `Tab…
-
**Describe the bug**
@JsonFormat does not work as expected when converting string to double and vice versa.
**Version information**
2.11.3
**To Reproduce**
I have an entity with a double prop…
-
Hello,
I am having trouble writing nested arrays back into the file. Rapidjson correctly reads the nested arrays but when trying to write it back to a file (even without any changes) the inner arra…
-
**Is your feature request related to a problem?**
The `register_model` method in `ml_commons_client.py` only accepts `model_config_path` as the input for model_config.
**What solution would you li…
-
```
Note that a value of null satisfies the condition of having the attribute. A value of null
has the usual meaning where null is an acceptable value for the attribute; otherwise, a value
of nul…
-
# Feature Request
Currently, JSON schema files are produced and verified manually in the specification repo. We should automate the production and verification of the schemas in a separate repo usi…
-
**Describe what's wrong**
We have an `Engine=Kafka` table and regular table with same Nested structure and also materialized view for saving an incoming data.
The Kafka table permits Nested column…
-
```
original = {"nested": {"items": {}}}
original.items() # => dict_items([('nested', {'items': {}})])
client.resource("CustomResource", **original).serialize().items() # => TypeError: 'AttrDic…
-
It might be a good idea to display "unhandled" errors in a cleaner way, rather than directly showing the end use the JSON object returned. Should we format returned JSON into simple HTML tables of key…
-
It seems I cannot use nested JSON in heist templates. In the inner Json handling location, I can't access the outer Json's field.
Is this by design, or is simply a limitation of [`explodeTag`'s cur…