rahil-c commented on code in PR #18488:
URL: https://github.com/apache/hudi/pull/18488#discussion_r3067179950


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/ddl/TestCreateTable.scala:
##########
@@ -2120,4 +2120,171 @@ class TestCreateTable extends HoodieSparkSqlTestBase {
       assertTrue(blobPathField.dataType.isInstanceOf[StringType])
     }
   }
+
+  test("test create table with VECTOR column") {

Review Comment:
   Thanks for adding this, im wondering if we can add just one test to also 
ensure a user can pass a backing, just to make sure thats wired up correctly. 
Meaning something like VECTOR(128, DOUBLE, "FIXED_BYTES").
   
   Technically right now we only support this backing but in the future we 
might have other ways of representing this vector on disk.



-- 
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]

Reply via email to