We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to parse SqlFunctionHandle when the functions passed down have zero params or greater than one param.
The params in the SqlFunctionHandle should be parsed correctly.
While parsing the SqlFunctionHandle, the exit condition never gets hit leading to a never-ending loop.
A fix: #24059
Unit tests included in PR
The text was updated successfully, but these errors were encountered:
pdabre12
Successfully merging a pull request may close this issue.
Unable to parse SqlFunctionHandle when the functions passed down have zero params or greater than one param.
Your Environment
Expected Behavior
The params in the SqlFunctionHandle should be parsed correctly.
Current Behavior
While parsing the SqlFunctionHandle, the exit condition never gets hit leading to a never-ending loop.
Possible Solution
A fix: #24059
Steps to Reproduce
Unit tests included in PR
The text was updated successfully, but these errors were encountered: