mrhhsg opened a new pull request, #63364:
URL: https://github.com/apache/doris/pull/63364
### What problem does this PR solve?
Issue Number: DORIS-25580
Related PR: None
Problem Summary: Reject JSONB paths with fractional array indexes,
case-mismatched `last` keyword, and dot-bracket array syntax so invalid paths
fail instead of returning silent values.
### Release note
Reject invalid JSONB path expressions that were previously accepted silently.
### Check List (For Author)
- Test:
- Unit Test: `./run-be-ut.sh --run --filter=JsonbPathTest.*`
- Regression test:
`~/.codex/skills/doris-local-regression/scripts/doris-local-regression.sh run
-d jsonb_p0 -s test_jsonb_invalid_path_syntax`
- Manual test: `./build.sh --be`
- Behavior changed: Yes. Invalid JSONB path expressions now return an error.
- Does this need documentation: No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]