westonpace commented on PR #33676:
URL: https://github.com/apache/arrow/pull/33676#issuecomment-1399304348
Hmm, this TravisCI failure may be relevant:
```
[ RUN ] Substrait.PlanWithAsOfJoinExtension
/arrow/cpp/src/arrow/testing/gtest_util.cc:486: Failure
Failed
Unequal at absolute position 3
@@ -0, +0 @@
-null
-null
-null
+1.2
+1.2
+3.2
Expected:
[
1.2,
1.2,
3.2
]
Actual:
[
null,
null,
null
]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]