Skip to content

Commit

Permalink
HUDI-2759] [MINOR] rebase master & solve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
YannByron committed Nov 23, 2021
1 parent be763a2 commit 8c1b74a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ object HoodieSqlUtils extends SparkAdapterSupport {
catch {
case _: Throwable => None
}
avroSchema.map(AvroConversionUtils.convertAvroSchemaToStructType).map(removeMetaFields)
avroSchema.map(AvroConversionUtils.convertAvroSchemaToStructType)
}

def getAllPartitionPaths(spark: SparkSession, table: CatalogTable): Seq[String] = {
Expand Down

0 comments on commit 8c1b74a

Please sign in to comment.