databricks / spark-avro

Avro Data Source for Apache Spark
http://databricks.com/
Apache License 2.0
539 stars 310 forks source link

DecimalType is mapped to avro bytes with logicalType #276

Open peter-ungvari opened 6 years ago

peter-ungvari commented 6 years ago

See issues: #268 #248 #246

catt16 commented 6 years ago

Hi @peter-ungvari , thanks for your work on it.

I am expecting this feature from spark-avro to support perfect schema evolution.

Could you give an estimation about when can this PR be merged into production?

Thanks

gengliangwang commented 6 years ago

Hi @peter-ungvari , thanks for working on this. Can you fix the build failure?

peter-ungvari commented 6 years ago

Hi @gengliangwang ,

Sorry, I cannot fix the following build failures:

Error during sbt execution: Error retrieving required libraries
  (see /home/travis/.sbt/boot/update.log for complete log)
Error: Could not retrieve sbt 0.13.13

I think these are caused by a temporary outage. The same build was successful on my fork.

gengliangwang commented 6 years ago

Hi @peter-ungvari I think you need to rebase your branch to master branch. Thanks!

peter-ungvari commented 6 years ago

Hi @gengliangwang

I work on projects using environments compatible with branch-3.2. I did not plan to merge the changes on branch 4.x (and so to master). Please feel free to do so if you like. :)

Thank you.