lxy-9602 commented on code in PR #275:
URL: https://github.com/apache/paimon-cpp/pull/275#discussion_r3913806100
##########
test/inte/write_and_read_inte_test.cpp:
##########
@@ -678,6 +678,60 @@ TEST_P(WriteAndReadInteTest, TestPKSimple) {
ASSERT_TRUE(success);
}
+TEST_P(WriteAndReadInteTest, TestPKVector) {
+ auto [file_format, file_system] = GetParam();
+ if (file_format != "parquet") {
+ return;
+ }
+
Review Comment:
Also, could you add a test for a PK table with a nested type containing a
vector field, to verify the recursive row/column conversion for 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]