pradomota edited a comment 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 answering!
   
   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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to