skoppu22 commented on code in PR #144:
URL:
https://github.com/apache/cassandra-analytics/pull/144#discussion_r2982402680
##########
cassandra-analytics-core/src/test/java/org/apache/cassandra/spark/endtoend/DataTypeTests.java:
##########
@@ -103,6 +107,104 @@ public void testSet(CassandraBridge bridge)
);
}
+ @ParameterizedTest
+ @MethodSource("org.apache.cassandra.bridge.VersionRunner#bridges")
+ public void testVector(CassandraBridge bridge)
Review Comment:
I believe this test uses bridge to write sstables to disk and doesn't test
complete bulk writer and bulk reader path. Can you add atleast one dtest using
bulkWriterDataFrameWriter and bulkReaderDataFrame to test e2e writing and
reading of vectors?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]