dkp116 commented on issue #50351:
URL: https://github.com/apache/arrow/issues/50351#issuecomment-4886661826

   what is the desired behavior here? As the same error occurs in this test 
case: 
   TEST(KeyValueMetadata, DeleteManyDuplicateIndices) {
     KeyValueMetadata metadata({"k1", "k2","k3","k4"}, {"v1", "v2","v3","v4"});
     ASSERT_OK(metadata.DeleteMany({1, 1,1}));
   }


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