rahil-c commented on code in PR #18431:
URL: https://github.com/apache/hudi/pull/18431#discussion_r3019547733
##########
hudi-client/hudi-spark-client/src/main/scala/org/apache/spark/sql/avro/HoodieSparkSchemaConverters.scala:
##########
@@ -60,6 +60,24 @@ object HoodieSparkSchemaConverters extends
SparkAdapterSupport {
recordName: String = "topLevelRecord",
nameSpace: String = "",
metadata: Metadata = Metadata.empty): HoodieSchema = {
+ toHoodieTypeNested(catalystType, nullable, recordName, nameSpace,
metadata, depth = 0)
Review Comment:
Currently we have only added VECTOR read/write support for Spark only. There
is a seperate github followup task here for handling the interaction of vectors
in other engines
https://github.com/apache/hudi/issues/18079?issue=apache%7Chudi%7C18343
--
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]