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


##########
hudi-spark-datasource/hudi-spark4.1.x/src/main/scala/org/apache/spark/sql/adapter/Spark4_1Adapter.scala:
##########
@@ -236,6 +236,22 @@ class Spark4_1Adapter extends BaseSpark4Adapter {
     VariantMetadata.isVariantStruct(structType)
   }
 
+  override def buildFullVariantReadSchema(schema: StructType): 
Option[StructType] = {

Review Comment:
   Addressed -- shared impl now lives in `BaseSpark4Adapter`; 4.1/4.2 keep 
one-line opt-in overrides since 4.0 must stay on `None` (no shredded read 
support).
   



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