-
Notifications
You must be signed in to change notification settings - Fork 469
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
Drop no common options #2322
Drop no common options #2322
Conversation
Hey @blythed. I want to resolve this issue, but I’m not sure about the details of what I need to do. Can you give me some suggestions on how to address this issue more effectively? |
Hi @EdwardLi-coder thanks for contributing. I don't see how the PR relates to the description you gave. Please explain. |
The issue name is [SIMPLIFY-2]: Drop options which are not common between MongoDB and Ibis. I reviewed the project files related to MongoDB and Ibis to identify the differences between them. I found that the ChangeStream function might need to be deleted, but I’m not sure if this is correct or if more needs to be done. While reviewing and running |
CHANGELOG.md
Outdated
@@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
- Fix the dependency error in copy_vectors within vector_index. | |||
- Fix Template substitutions | |||
- Fix remove un_use _import function | |||
- Fix Drop options which are not in common MongoDB vs. Ibis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this and change the description of the PR that this is some linting and small refactors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
Description
some linting and small refactors.
Related Issues
Checklist
make unit_testing
andmake integration-testing
successfully?Additional Notes or Comments