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

Query: Fixes ResponseMessage not parsing the IndexMetrics as text in latest sdk #4397

Merged
merged 6 commits into from
Apr 11, 2024

Conversation

leminh98
Copy link
Contributor

Pull Request Template

Description

Newer version of SDKs expects IndexMetrics header to come back as full text instead of base64. A code path on ResponseMessage was still parsing the IndexMetrics as base64, causing FormatException error. This PR addresses that issue

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • [] New feature (non-breaking change which adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [] This change requires a documentation update

Closing issues

To automatically close an issue: closes #4396

@leminh98 leminh98 added QUERY auto-merge Enables automation to merge PRs labels Apr 10, 2024
Copy link
Contributor

@adityasa adityasa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Copy link
Contributor

@sboshra sboshra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@leminh98 leminh98 added auto-merge Enables automation to merge PRs and removed auto-merge Enables automation to merge PRs labels Apr 11, 2024
@leminh98
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ealsur ealsur removed the auto-merge Enables automation to merge PRs label Apr 11, 2024
@ealsur ealsur added the auto-merge Enables automation to merge PRs label Apr 11, 2024
@ealsur ealsur enabled auto-merge (squash) April 11, 2024 18:31
@ealsur ealsur merged commit 0e06625 into master Apr 11, 2024
21 checks passed
@ealsur ealsur deleted the users/leminh/IAformatExceptionFix branch April 11, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Enables automation to merge PRs QUERY
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FormatException when getting IndexMetrics from responseMessage
5 participants