Praneet Sharma

Results 6 comments of Praneet Sharma

@rhld13 let me know if you want to work on this issue.

Hi @devender-yadav where are you setting the property? In the runtimeConfig of SparkSession?

Please keep spark-avro*.jar in Spark driver's and executor's classpath.

Hey @eliviu spark-avro currently doesn't support Decimal LogicalType. And hence decimal type is converted to String. You can look at the code for conversion in the function createConverterToAvro in AvroOutputWriter.scala...

Hi @Leela1229 Please tell us what version of Spark and Spark-avro are you using?

Hi @YonoloX Spark 1.6.x uses version 2.0.1 of spark-avro library. As per spark-avro 2.0.1 doc, the following compression types are supported when writing avro to disk - **uncompressed**, **snappy**, **deflate**....