apache / apache/gluten

[CH] Difference on json query

Open
#7,434 0 comments 0 reactions 0 assignees View on GitHub
bug triage
Dominant language
Scala
Stars
1.6k
Forks
657
Avg merge
2d 14h
Merged PRs (30d)
80

Description

### Backend

CH (ClickHouse)

### Bug description

[Expected behavior] and [actual behavior].

List some difference on json query that is not fixed at present.

| query | result of vanilla | result of gluten | fixed? |
| ----------- | ----------- | ----------- |----------- |
|get_json_object('{"a\t1":2}', '$.a\t1 ') |1 | null | F |
|get_json_object('{"a\n1":2}', '$.a\n1 ') |1 | null | F|
|get_json_object('{"a":1}', '$[a]')| null | 1 | F |

### Spark version

None

### Spark configurations

_No response_

### System information

_No response_

### Relevant logs

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.