Backend
VL (Velox)
Bug description
Reproduce SQL: select get_json_object("{'g': 1}", '$.g');
Gluten result: NULL
vanilla spark result: 1
It appears that Simdjson lib requires double quotes and will not accept single quotes for string, but Jackson lib supports both double quotes and single quotes.
Spark version
Spark-3.5.x
Spark configurations
No response
System information
No response
Relevant logs