MaxGekk opened a new pull request #24273: [SPARK-27344][SQL][TEST] Support the 
LocalDate and Instant classes in Java Bean encoders
URL: https://github.com/apache/spark/pull/24273
 
 
   ## What changes were proposed in this pull request?
   
   - Added new test for Java Bean encoder of the classes: `java.time.LocalDate` 
and `java.time.Instant`.
   - Updated comment for `Encoders.bean`
   - New Row getters: `getLocalDate` and `getInstant`
   - Extended `inferDataType` to infer types for `java.time.LocalDate` -> 
`DateType` and `java.time.Instant` -> `TimestampType`.
   
   ## How was this patch tested?
   
   By `JavaBeanDeserializationSuite`
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to