What's the error from Spark? Logical data types are just a variant on existing data types in Avro 1.8.
On Wed, May 30, 2018 at 7:54 AM Mohit <[email protected]> wrote: > Hi all, > > > > I’m fetching the data from RDBMS and writing it to parquet using > PutParquet processor. I’m not able to read the data from Spark when Logical > Data Type is true. I’m able to read it from Hive. > > Do I have to set some specific properties in the PutParquet processor to > make it readable from spark as well? > > > > Regards, > > Mohit >
