lamber-ken commented on issue #1325: presto - querying nested object in parquet file created by hudi URL: https://github.com/apache/incubator-hudi/issues/1325#issuecomment-585147638 I guess you used `release-0.5.1` or master branch. `release-0.5.0` use `com.databricks.spark.avro.SchemaConverters`. `release-0.5.1` use `org.apache.spark.sql.avro.SchemaConverters`. Source Code: https://github.com/apache/incubator-hudi/blob/release-0.5.0/hudi-spark/src/main/scala/org/apache/hudi/AvroConversionUtils.scala https://github.com/apache/incubator-hudi/blob/release-0.5.1/hudi-spark/src/main/scala/org/apache/hudi/AvroConversionUtils.scala
---------------------------------------------------------------- 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
