rahil-c commented on code in PR #18190:
URL: https://github.com/apache/hudi/pull/18190#discussion_r2880340073
##########
hudi-spark-datasource/hudi-spark3.5.x/src/main/scala/org/apache/spark/sql/avro/AvroDeserializer.scala:
##########
@@ -164,6 +166,34 @@ private[sql] class AvroDeserializer(rootAvroType: Schema,
s"Avro logical type $other cannot be converted to SQL type
${TimestampNTZType.sql}.")
}
+ // Handle VECTOR logical type
+ case (FIXED, ArrayType(FloatType, false)) => avroType.getLogicalType
match {
Review Comment:
This needs to handle element_type not just float only
--
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]