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

Modified index definition in client/__init__py #245

Merged

Conversation

saimedhi
Copy link
Collaborator

Signed-off-by: saimedhi [email protected]

Description

Modified index definition in client/__init__py

Issues Resolved

Closes #132

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.

Copy link
Member

@dblock dblock left a comment

Choose a reason for hiding this comment

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

I'm being nitpicky. Forgive me?

CHANGELOG.md Outdated
@@ -9,6 +9,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Changed
- Updated getting started to user guide ([#233](https://github.com/opensearch-project/opensearch-py/pull/233))
- Updated CA certificate handling to check OpenSSL environment variables before defaulting to certifi ([#196](https://github.com/opensearch-project/opensearch-py/pull/196))
- Modified index definition in client/__init__py([#245](https://github.com/opensearch-project/opensearch-py/pull/245))
Copy link
Member

Choose a reason for hiding this comment

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

No need for a CHANGELOG entry for a doc change, you can remove. It needs an extra space before ( otherwise I would have merged anyway :)

@saimedhi saimedhi force-pushed the fix/client/__init__.py/index branch from 86290db to b3c5018 Compare November 28, 2022 21:40
@dblock dblock merged commit 659d30f into opensearch-project:main Nov 30, 2022
@saimedhi saimedhi deleted the fix/client/__init__.py/index branch December 30, 2022 23:02
@saimedhi saimedhi restored the fix/client/__init__.py/index branch December 30, 2022 23:02
@saimedhi saimedhi deleted the fix/client/__init__.py/index branch December 30, 2022 23:03
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.

[BUG] OpenSearch.index() erroneously invokes PUT method resulting in data loss
2 participants