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

DynamoDB and MongoDB: Fix CI and improve decoding #69

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

@cla-bot cla-bot bot added the cla-signed label Oct 9, 2024
@amotl amotl force-pushed the bson-improve-decoding branch 2 times, most recently from 058b1a1 to 034dc0d Compare October 9, 2024 06:18
Comment on lines -13 to +22
def cratedb(cratedb_service):
def cratedb_custom_service():
"""
Provide a CrateDB service instance to the test suite.
"""
from cratedb_toolkit.testing.testcontainers.cratedb import CrateDBTestAdapter

db = CrateDBTestAdapter(crate_version="5.8.3")
db.start()
yield db
db.stop()
Copy link
Member Author

Choose a reason for hiding this comment

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

@amotl amotl marked this pull request as ready for review October 9, 2024 08:20
... because 5.8.4 can no longer store `ARRAY`s with varying inner types
into `OBJECT(IGNORED)` columns.
@amotl amotl force-pushed the bson-improve-decoding branch from 034dc0d to 4efcdcb Compare October 9, 2024 08:22
@amotl amotl merged commit 7320082 into main Oct 9, 2024
23 checks passed
@amotl amotl deleted the bson-improve-decoding branch October 9, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant