Skip to content

Commit

Permalink
Public schema got type
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Chaplygin committed Jan 22, 2020
1 parent d18fbb1 commit 072f1a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object OsmSource {
StructField("RELATION", ArrayType(StructType(member), containsNull = false), nullable = true)
)

val schema = StructType(fields)
val schema: StructType = StructType(fields)
}

class DefaultSource extends DataSourceV2 with ReadSupport {
Expand Down

0 comments on commit 072f1a0

Please sign in to comment.