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


##########
hudi-spark-datasource/hudi-spark3.5.x/src/main/scala/org/apache/spark/sql/parser/HoodieSpark3_5ExtendedSqlParser.scala:
##########
@@ -129,7 +129,8 @@ class HoodieSpark3_5ExtendedSqlParser(session: 
SparkSession, delegate: ParserInt
       normalized.contains("drop index") ||
       normalized.contains("show indexes") ||
       normalized.contains("refresh index") ||
-      normalized.contains(" blob")
+      normalized.contains(" blob") ||
+      normalized.contains(" vector")

Review Comment:
   I don't like repeating myself, but please see 
https://github.com/apache/hudi/pull/18488#discussion_r3064155816



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