voonhous commented on code in PR #18488:
URL: https://github.com/apache/hudi/pull/18488#discussion_r3063850217


##########
hudi-spark-datasource/hudi-spark3.4.x/src/main/scala/org/apache/spark/sql/parser/HoodieSpark3_4ExtendedSqlAstBuilder.scala:
##########
@@ -2707,6 +2718,8 @@ class HoodieSpark3_4ExtendedSqlAstBuilder(conf: SQLConf, 
delegate: ParserInterfa
     val typeText = dataType.getText
     if (typeText.equalsIgnoreCase(HoodieSchemaType.BLOB.name())) {
       builder.putString(HoodieSchema.TYPE_METADATA_FIELD, 
HoodieSchemaType.BLOB.name())
+    } else if (typeText.toUpperCase(Locale.ROOT).startsWith("VECTOR(")) {
+      builder.putString(HoodieSchema.TYPE_METADATA_FIELD, 
typeText.toUpperCase(Locale.ROOT))
     }

Review Comment:
   Same thing, addressed, but not showing up as `Outdated`... Weird.



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