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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #3165: UriParser - Aggregation method Average doesn't support Int16 #3168

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

davidKolar175
Copy link

Issues

This pull request fixes issue where the problem was that during the parsing of average aggregation function the parser could throw an exception saying that it does not support int16. (Or Byte and SByte for that matter)

Description

Easy fix that required just adding few cases into a switch.

Checklist (Uncheck if it is not completed)

  • Test cases added
  • Build and test with one-click build and test script passed (No since I don't have VS 2019 :/ but in VS 2020 no additional tests failed)

Additional work necessary

None

@davidKolar175
Copy link
Author

@microsoft-github-policy-service agree company="TescoSW"

@davidKolar175 the command you issued was incorrect. Please try again.

Examples are:

@microsoft-github-policy-service agree

and

@microsoft-github-policy-service agree company="your company"

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.

UriParser - Aggregation method Average doesn't support Int16
1 participant