Skip to content

Commit

Permalink
fix scalastyle
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhou-db committed Aug 19, 2023
1 parent 86ebbaf commit 5a0a740
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class DeltaSharingRestClientSuite extends DeltaSharingIntegrationTest {
assert(metadataV0 == responseV0.metadata)

val metadataV2 = metadataV0.copy(
schemaString = """{"type":"struct","fields":[{"name":"name","type":"string","nullable":true,"metadata":{}}]}""",
schemaString = """{"type":"struct","fields":[{"name":"name","type":"string","nullable":true,"metadata":{}}]}"""
)
val responseV2 = client.getMetadata(
Table(name = "streaming_notnull_to_null", schema = "default", share = "share8"),
Expand Down

0 comments on commit 5a0a740

Please sign in to comment.