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

[Search] Add support for sbyte and int16 types to FieldBuilder #42378

Merged
merged 3 commits into from
Mar 4, 2024

Conversation

ShivangiReja
Copy link
Member

This PR adds the following:

ShivangiReja added 2 commits March 4, 2024 12:55
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

Comment on lines +30 to +31
[typeof(sbyte)] = SearchFieldDataType.SByte,
[typeof(short)] = SearchFieldDataType.Int16,
Copy link
Member

Choose a reason for hiding this comment

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

@jairmyree FYI, we should do the same thing in Java for Int16, will need to look into if SByte can be supported

Copy link
Member

Choose a reason for hiding this comment

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

Java has a concept of byte which is equivalent to SByte

@ShivangiReja ShivangiReja merged commit ba3ec48 into Azure:main Mar 4, 2024
15 checks passed
angiurgiu pushed a commit that referenced this pull request Mar 20, 2024
…42378)

* [Search] Add support for `sbyte` and `int16` types to FieldBuilder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants