mistral/releasenotes/notes/add_yaql_convert_input_data_config_property-09822dee1f46eb8e.yaml
Renat Akhmerov 5e0133c83e Add "convert_input_data" config property for YAQL expressions
Closes-Bug: #1822060
Change-Id: I521ad62c3311a2e4de714af4c31463bdff7dbd59
2019-04-04 08:49:03 +00:00

12 lines
532 B
YAML

---
fixes:
- |
Added the "convert_input_data" config property under the "yaql" group.
By default it's set to True which preserves the current behavior so
there's no risk with compatibility. If set to False, it disables the
additional data conversion that was initially added to support some
tricky cases like working with sets of dicts (although dict is not a
hashable type and can't be put into a set). Disabling it give a
significant performance boost in cases when data contexts are very
large.