[MCOL-5625] JSON_QUERY is stateful (may segfault on big amount of data) Created: 2023-12-11 Updated: 2024-01-10 Resolved: 2023-12-20 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | PrimProc |
| Affects Version/s: | None |
| Fix Version/s: | 23.10.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergey Zefirov | Assignee: | Leonid Fedorov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This is remaining problem in JSON functions. Functions should not be stateful and JSON_QUERY is implemented as stateful. This causes problems (segfaults or incorrect processing) when data is processed in parallel. |