Skip to content

Conversation

@amotl
Copy link
Member

@amotl amotl commented Oct 9, 2024

@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.

2 participants