pradomota commented on issue #26524: [SPARK-29898][SQL] Support Avro Custom 
Logical Types
URL: https://github.com/apache/spark/pull/26524#issuecomment-558100279
 
 
   Hi @gengliangwang, thanks for your response!
   
   This is just an extension for support custom logical types from Avro to SQL. 
At he moment Spark only supports the following hardcoded logical-types: `date`, 
` timestamp-millis`, `timestamp-micros` & `decimal`. 
   
   With this extension you can add your custom logical types and map it to the 
properly SQL type. For example read a string ISO date from Avro (marked as 
`iso-date` logical type) and use as DateType in Spark.

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