Skip to content

Commit

Permalink
unnecessary default values
Browse files Browse the repository at this point in the history
  • Loading branch information
fupelaqu committed Dec 22, 2024
1 parent 6e5f080 commit 65b4b98
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/scala/ai/starlake/extract/ExtractSchemas.scala
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,7 @@ case class JDBCTable(
None,
Map.empty,
None,
None,
None,
None,
None,
Set[String].empty
None
) // Should never be called. Here for Jackson deserialization only

def fillWithSchemaValues(schema: JDBCSchema): JDBCTable = {
Expand Down

0 comments on commit 65b4b98

Please sign in to comment.