Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CurtHagenlocher committed Oct 2, 2023
1 parent d2377d6 commit 4f7e548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/src/Apache.Arrow/C/CArrowSchemaImporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public ArrowType GetAsType()
(_cSchema->flags & CArrowSchema.ArrowFlagMapKeysSorted) != 0);
}

// TODO: Map type and large list type
// TODO: Large list type

// Decimals
if (format.StartsWith("d:"))
Expand Down

0 comments on commit 4f7e548

Please sign in to comment.