voonhous commented on code in PR #17833:
URL: https://github.com/apache/hudi/pull/17833#discussion_r2717262510
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/utils/SparkInternalSchemaConverter.java:
##########
@@ -490,6 +490,10 @@ public static boolean
convertColumnVectorType(WritableColumnVector oldV, Writabl
return convertDateType(oldV, newV, newType, len);
} else if (oldType instanceof TimestampType) {
return false;
+ } else if (oldType instanceof StructType) {
Review Comment:
I don't think complex types are vectorized, let me remove this and retrigger
the tests. I am not sure why i added this. IIRC, there was an error that i was
trying to address.
--
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]