harshmotw-db commented on PR #53164:
URL: https://github.com/apache/spark/pull/53164#issuecomment-3573941603

   @dongjoon-hyun @cloud-fan CI should be happy now. Only one test failure was 
a real issue - `SPARK-48067: default variant columns works` in `VariantSuite`. 
The other 31 assumed certain configs to work.
   The fix for the real issue is in [these 
commits](https://github.com/apache/spark/pull/53164/files/3a601f88a2f6a0d40830bdb719000b4906f8b92f..b65b85db9072897a8335dac51f12097b76be3165).
 When pushing variant into the scan for shredded reads, we transform it into a 
struct and apply `GetStructField` on it to extract the relevant fields. 
However, this didn't fair well when Variants had a default value because 
default resolution would expect Variant to be in its native `VariantType` 
representation rather than in a struct.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to