Skip to content

chore: advance sqlfluff sha past github sponsors funding update (#4973) - #3070

Open
benfdking wants to merge 1 commit into
port/sqlfluff-4962from
port/sqlfluff-4973
Open

chore: advance sqlfluff sha past github sponsors funding update (#4973)#3070
benfdking wants to merge 1 commit into
port/sqlfluff-4962from
port/sqlfluff-4973

Conversation

@benfdking

Copy link
Copy Markdown
Collaborator

Stacked on sqruff #3069. Merge #3069 first.

Base PR: #3069

Summary

  • SQLFluff #4973 only updates SQLFluff's repo-specific .github/FUNDING.yml (Flattr → GitHub sponsors). sqruff has no equivalent funding config, so there is no code or fixture change to port.
  • Advances .sqlfluff-sha by one first-parent commit to keep the port sequence in order.

Verification

  • .sqlfluff-sha advanced from f16bd6c934864fb6693a816808951051df59fd229793de59d54416649c45cb4341d2e2068497a1e2, whose parent is exactly the previous SHA (correct single-commit advance on SQLFluff's first-parent main).
  • The only build target consuming this file is //:verify_sqlfluff_sha, which validates the SHA points to a real commit; it will pass in CI (local run of the check hit a 403 only because the sandbox proxy blocks api.github.com). No Rust code or tests are affected.

Ported from SQLFluff 9793de59d54416649c45cb4341d2e2068497a1e2
sqlfluff/sqlfluff#4973
sqlfluff/sqlfluff@9793de5


Generated by Claude Code

@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Benchmark for 7706e09

Click to view benchmark
Test Base PR %
DepthMap::from_parent 119.6±2.15µs 118.9±2.02µs -0.59%
fix_complex_query 13.8±0.06ms 13.9±0.18ms +0.72%
fix_superlong 150.1±7.26ms 144.2±5.33ms -3.93%
parse_complex_query 4.3±0.05µs 4.3±0.05µs 0.00%
parse_expression_recursion 7.2±0.03µs 7.3±0.08µs +1.39%
parse_simple_query 1034.7±14.63ns 1131.5±9.68ns +9.36%

@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Benchmark for 142e614

Click to view benchmark
Test Base PR %
DepthMap::from_parent 116.8±1.75µs 116.4±3.24µs -0.34%
fix_complex_query 13.1±0.09ms 13.0±0.17ms -0.76%
fix_superlong 121.0±2.96ms 120.2±3.42ms -0.66%
parse_complex_query 4.2±0.05µs 4.2±0.03µs 0.00%
parse_expression_recursion 7.1±0.09µs 7.0±0.13µs -1.41%
parse_simple_query 1038.2±19.08ns 1026.2±10.36ns -1.16%

## Summary
- SQLFluff #4973 only updates its repo-specific .github/FUNDING.yml (Flattr -> GitHub sponsors); sqruff has no equivalent funding config, so no code change is needed.
- Advance .sqlfluff-sha to keep the port sequence in first-parent order.

Ported from SQLFluff 9793de59d54416649c45cb4341d2e2068497a1e2
sqlfluff/sqlfluff#4973
sqlfluff/sqlfluff@9793de5
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Benchmark for 3a3f901

Click to view benchmark
Test Base PR %
DepthMap::from_parent 107.8±1.78µs 104.5±1.73µs -3.06%
fix_complex_query 13.3±0.08ms 13.3±0.14ms 0.00%
fix_superlong 166.7±7.27ms 167.1±6.58ms +0.24%
parse_complex_query 4.6±0.07µs 4.7±0.03µs +2.17%
parse_expression_recursion 7.5±0.09µs 7.5±0.14µs 0.00%
parse_simple_query 936.7±20.85ns 934.1±18.18ns -0.28%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants