Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota committed Nov 19, 2024
1 parent b9feb4c commit 4cd0a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/csharp/src/apache/test/Schema/SchemaTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ public void TestRecordWithNamedReference()
{
string nestedSchema = "{\"name\":\"NestedRecord\",\"type\":\"record\",\"fields\":[{\"name\":\"stringField\",\"type\":\"string\"}]}";
// The root schema references the nested schema above by name only.
// This mimics tools that
// This mimics tools that allow schemas to have references to other schemas.
string rootSchema = "{\"name\":\"RootRecord\",\"type\":\"record\",\"fields\":[{\"name\": \"nestedField\",\"type\":\"NestedRecord\"}]}";

NamedSchema nestedRecord = (NamedSchema) Schema.Parse(nestedSchema);
Expand Down

0 comments on commit 4cd0a9a

Please sign in to comment.