[VL] Result mismatch when extracting object or array using get_json_object
Open
bug
triage
- Dominant language
- Scala
- Stars
- 1.6k
- Forks
- 657
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 85
Description
### Backend
VL (Velox)
### Bug description
Reproducing SQL: `select get_json_object('[{"a": "1"}, {"a": "2"}]', "$")`
Spark result is `[{"a":"1"},{"a":"2"}]`, but gluten result is `[{"a": "1"}, {"a": "2"}]` that contains extra whitespace.
### Spark version
Spark-3.5.x
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
```bash
```
Contributor guide
Assessment
This issue has not been assessed yet.