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

Accept null in arrays #687

Merged

Conversation

karthiks3000
Copy link
Contributor

Description

This is PR is based on elastic/elasticsearch-java#68 PR from the elasticsearch-java library. Reproducing it here since the library is licensed under Apache 2.0.

Issues Resolved

Closes #176

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Karthik Subramanian added 2 commits October 24, 2023 16:00
Signed-off-by: Karthik Subramanian <ksubramanian@scholastic.com>
Signed-off-by: Karthik Subramanian <ksubramanian@scholastic.com>
Karthik Subramanian added 2 commits October 24, 2023 16:05
Signed-off-by: Karthik Subramanian <ksubramanian@scholastic.com>
Signed-off-by: Karthik Subramanian <ksubramanian@scholastic.com>
@dblock dblock merged commit de8c2a9 into opensearch-project:main Oct 24, 2023
31 checks passed
@VachaShah VachaShah added the backport 2.x Backport to 2.x branch label Oct 27, 2023
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 27, 2023
* changes to allow nulls in arrays

Signed-off-by: Karthik Subramanian <ksubramanian@scholastic.com>

* changes to allow nulls in arrays

Signed-off-by: Karthik Subramanian <ksubramanian@scholastic.com>

* updated changelog with correct PR

Signed-off-by: Karthik Subramanian <ksubramanian@scholastic.com>

* SpotlessJavaCheck violations fixed

Signed-off-by: Karthik Subramanian <ksubramanian@scholastic.com>

---------

Signed-off-by: Karthik Subramanian <ksubramanian@scholastic.com>
Co-authored-by: Karthik Subramanian <ksubramanian@scholastic.com>
(cherry picked from commit de8c2a9)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta pushed a commit that referenced this pull request Oct 27, 2023
* changes to allow nulls in arrays



* changes to allow nulls in arrays



* updated changelog with correct PR



* SpotlessJavaCheck violations fixed



---------



(cherry picked from commit de8c2a9)

Signed-off-by: Karthik Subramanian <ksubramanian@scholastic.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karthik Subramanian <ksubramanian@scholastic.com>
@BrendonFaleiro BrendonFaleiro mentioned this pull request Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Accept null values in arrays
3 participants