9prady9 commented on a change in pull request #11694:
URL: https://github.com/apache/arrow/pull/11694#discussion_r756876314
##########
File path: cpp/src/arrow/array/array_test.cc
##########
@@ -2162,6 +2162,16 @@ TEST_F(TestFWBinaryArray, ArrayDataVisitorSliced) {
ARROW_UNUSED(visitor); // Workaround weird MSVC warning
}
+TEST_F(TestFWBinaryArray, ArrayIndexOperator) {
+ auto type = fixed_size_binary(3);
+ auto arr = ArrayFromJSON(type, R"(["abc", null, "def"])");
+ auto fsba = std::static_pointer_cast<FixedSizeBinaryArray>(arr);
Review comment:
yes, hehe. Will push in next update, thank you
--
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]