Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
I am not sure if this is a specific test issue or valid behavior, but when writing a test in https://github.com/apache/arrow/pull/8271
The following test fails:
this->CheckUnary("split_pattern", R"(["foo bar", "foo", null])", list(this->type()), // R"([["foo", "bar"], ["foo"], null])", &options);
with the following output
Failed: Got: [ [ [ "foo", "bar" ] ], [ [ "foo" ], null ] ] Expected: [ [ [ "foo", "bar" ] ], [ [ "foo" ], null ] ]
while the outputs are the same, the arrays are seen as unequal.
Attachments
Issue Links
- links to