dybyte commented on code in PR #10501:
URL: https://github.com/apache/seatunnel/pull/10501#discussion_r2832955957
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-qdrant-e2e/src/test/java/org/apache/seatunnel/e2e/connector/v2/qdrant/QdrantIT.java:
##########
@@ -62,7 +62,7 @@ public class QdrantIT extends TestSuiteBase implements
TestResource {
private static final String ALIAS = "qdrante2e";
private static final String SOURCE_COLLECTION = "source_collection";
private static final String SINK_COLLECTION = "sink_collection";
- private static final String IMAGE = "qdrant/qdrant:latest";
+ private static final String IMAGE = "qdrant/qdrant:v1.15.0";
Review Comment:
Fixed Qdrant version to v1.15.0 due to major breaking changes (gRPC/Storage)
in the latest versions that are currently incompatible with our environment.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]