temporalio / temporalio/features
Built-in query responses should use "RawValue"
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Describe the solution you'd like
After #603 is done for an SDK, for all built-in queries the SDK needs to return "RawValue"s from default converters instead of structures because the latter expects a certain form of converter the user may not have configured.
Per-SDK Tickets
- Go - https://github.com/temporalio/sdk-go/issues/1843
- Java - https://github.com/temporalio/sdk-java/issues/2426
- Core - N/A
- TypeScript - https://github.com/temporalio/sdk-typescript/issues/1630
- Python - https://github.com/temporalio/sdk-python/issues/773
- .NET - https://github.com/temporalio/sdk-dotnet/issues/414
- Ruby - https://github.com/temporalio/sdk-ruby/issues/224
- PHP - https://github.com/temporalio/sdk-php/issues/575
- Temporal CLI - N/A
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the issue's dependency on #603 and review the per-SDK tickets for Java, Python, and PHP, noting the already completed Go, TypeScript, .NET, and Ruby work. Confirm each SDK's built-in queries return RawValues from default converters rather than structures, and use the SDK-specific tickets to verify completion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, go, java, php, python, ruby, typescript
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100