[chore] Sync upstream main (apache/datafusion-sqlparser-rs)#46
Closed
ayman-sigma wants to merge 121 commits intomainfrom
Closed
[chore] Sync upstream main (apache/datafusion-sqlparser-rs)#46ayman-sigma wants to merge 121 commits intomainfrom
ayman-sigma wants to merge 121 commits intomainfrom
Conversation
Co-authored-by: Ifeanyi Ubah <[email protected]>
Co-authored-by: Ifeanyi Ubah <[email protected]>
…k being silently ignored (apache#2129)
Co-authored-by: Ifeanyi Ubah <[email protected]>
Co-authored-by: Claude Opus 4.5 <[email protected]> Co-authored-by: Ifeanyi Ubah <[email protected]>
Co-authored-by: Yoav Cohen <[email protected]>
…ed names (apache#2244) Co-authored-by: Yoav Cohen <[email protected]>
…2228) Signed-off-by: Guan-Ming Chiu <[email protected]> Signed-off-by: Guan-Ming (Wesley) Chiu <[email protected]> Co-authored-by: Ifeanyi Ubah <[email protected]>
Co-authored-by: Ifeanyi Ubah <[email protected]>
Author
|
I'm trying to teach claude how to update the upstream to create a skill off it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Merges all upstream commits from apache/datafusion-sqlparser-rs since the v0.60.0 divergence point (211 upstream commits). All merge conflicts are resolved in a single merge commit, preserving the full upstream commit history.
Conflict resolutions
#![expect(clippy::unnecessary_unwrap)]+ upstream's#![forbid(clippy::unreachable)]; dropped#JsonPathElem: Kept all three variants — sigma'sAllElements(for[*]), upstream'sColonBracket(for:[key]), andBracketJsonPath: Kept sigma'shas_colon: bool+ added upstream's doc onpathExpr::InExpr: Kept sigma'sInExprvariant + added upstream's doc onnegatedinInSubqueryAllElementsandColonBracketmatch armsparse_json_path_bracket_element()to preserveAllElementsAST nodehas_colonfield)Additional auto-merge fixes
sampleoutput inPassThroughQueryarm (nosamplefield); moved it toDerivedarmpos: 0in a newStateinitializer in the hint tokenizerget_next_precedenceoverride that gave:Precedence::Period=50unconditionally — this broke array slice parsingarr[1:2]. The default handler correctly returnsprec_unknown()for:followed by a number, so Databricks JSON path (a:b) still worksa:['b'].ctest to useColonBracket(upstream's new semantic representation)has_colon: trueto 6 new upstream test cases using colon-based JSON pathTest plan
cargo build— cleancargo test— all tests pass🤖 Generated with Claude Code