Skip to content

Fix filter field type inference for array length expressions#9198

Merged
michaelstaib merged 7 commits intomainfrom
mst/issue-9165
Feb 27, 2026
Merged

Fix filter field type inference for array length expressions#9198
michaelstaib merged 7 commits intomainfrom
mst/issue-9165

Conversation

@michaelstaib
Copy link
Copy Markdown
Member

Fixes #9165

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 25, 2026

Fusion Gateway Performance Results

Progress: 0/6 benchmarks completed — this report updates as each job finishes.

Simple Composite Query

Req/s Err%
Constant 2 (50 VUs) pending pending
Ramping 2 (0-500-0 VUs) pending pending
Response Times
Min Med Avg P90 P95 Max
Constant 2 pending pending pending pending pending pending
Ramping 2 pending pending pending pending pending pending

Deep Recursion Query

Req/s Err%
Constant 2 (50 VUs) pending pending
Ramping 2 (0-500-0 VUs) pending pending
Response Times
Min Med Avg P90 P95 Max
Constant 2 pending pending pending pending pending pending
Ramping 2 pending pending pending pending pending pending

Variable Batching Throughput

Req/s Err%
Constant 2 (50 VUs) pending pending
Ramping 2 (0-500-0 VUs) pending pending
Response Times
Min Med Avg P90 P95 Max
Constant 2 pending pending pending pending pending pending
Ramping 2 pending pending pending pending pending pending

Runner 2 = benchmarking-2

Run 22501398773 • Commit d66984c • Fri, 27 Feb 2026 19:50:37 GMT

@1rre
Copy link
Copy Markdown

1rre commented Feb 26, 2026

Thank you for starting work on this so quickly!

FWIW (I appreciate this is still in progress, but just in case I miss further discussion) I think the same issue is present on other type descriptors - it reads through eg. on SortInputType<> and ObjectType<> as well.

@michaelstaib michaelstaib added the 🔍 investigate Indicates that an issue or pull request needs more information. label Feb 27, 2026
# Conflicts:
#	src/HotChocolate/Data/src/Data/Projections/Expressions/Handlers/QueryableProjectionScalarHandler.cs
@michaelstaib michaelstaib added 🎬 ready Ready to merge and removed 🔍 investigate Indicates that an issue or pull request needs more information. labels Feb 27, 2026
@michaelstaib michaelstaib merged commit d7dafeb into main Feb 27, 2026
6 checks passed
@michaelstaib michaelstaib deleted the mst/issue-9165 branch February 27, 2026 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using Array.Length in fields results in the wrong type

2 participants