Skip to content

Commit

Permalink
toMap -> map(identity)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Jan 15, 2021
1 parent 6cd0092 commit 81d6786
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ object CatalogTable {
table.copy(
createTime = 0L,
lastAccessTime = 0L,
properties = table.properties.filterKeys(!nondeterministicProps.contains(_)).toMap,
properties = table.properties.filterKeys(!nondeterministicProps.contains(_)).map(identity),
stats = None,
ignoredProperties = Map.empty
)
Expand Down

0 comments on commit 81d6786

Please sign in to comment.