Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net: Removing Insufficient functions error #4983

Merged

Conversation

teresaqhoang
Copy link
Contributor

@teresaqhoang teresaqhoang commented Feb 12, 2024

Motivation and Context

This PR removes the InsufficientFunctions error message. If the planner doesn't have enough context to create a plan, it should forego a template altogether and return an error string. This will be captured by the InvalidTemplate check.

Description

Addresses #4442, which identified that this error handling was so restrictive for most plan types.

Contribution Checklist

@shawncal shawncal added the .NET Issue or Pull requests regarding .NET code label Feb 12, 2024
@github-actions github-actions bot changed the title Removing Insufficient functions error .Net: Removing Insufficient functions error Feb 12, 2024
@teresaqhoang teresaqhoang marked this pull request as ready for review February 15, 2024 17:16
@teresaqhoang teresaqhoang requested a review from a team as a code owner February 15, 2024 17:16
@teresaqhoang teresaqhoang added this pull request to the merge queue Feb 15, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 15, 2024
@teresaqhoang teresaqhoang added this pull request to the merge queue Feb 15, 2024
Merged via the queue into microsoft:main with commit 1dfb45f Feb 15, 2024
18 checks passed
@teresaqhoang teresaqhoang deleted the insufficient-functions-error branch February 15, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants