benibus commented on code in PR #34537:
URL: https://github.com/apache/arrow/pull/34537#discussion_r1152403668


##########
cpp/src/arrow/type_test.cc:
##########
@@ -398,6 +563,71 @@ TEST(TestFieldRef, Basics) {
   EXPECT_THAT(FieldRef("beta").FindAll(s), ElementsAre(FieldPath{1}, 
FieldPath{3}));
 }
 
+TEST(TestFieldRef, FindAllForTable) {

Review Comment:
   I agree it would be worthwhile to test all the overloads in general. We 
could probably do it pretty efficiently with a test fixture.



-- 
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]

Reply via email to