We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e70ca1 commit cf1564dCopy full SHA for cf1564d
tests/test.cpp
@@ -30,6 +30,8 @@ void compare_arrow_schemas(const ArrowSchema& s1, const ArrowSchema& s2)
30
CHECK_EQ(s1_name, s2_name);
31
32
// Compare metadata
33
+ // TODO if not using iterators because of end bug on key_value_view_iterator:
34
+ // modify after getting sparrow's next release containing the fix
35
if (s1.metadata == nullptr)
36
{
37
CHECK_EQ(s2.metadata, nullptr);
0 commit comments