mapleFU commented on issue #35712:
URL: https://github.com/apache/arrow/issues/35712#issuecomment-1559193457

   I guess I've found out the reason. Maybe it's `ASSERT_DEATH` making testing 
slowly:
   
   ```c++
     ASSERT_DEATH(
         {
           std::shared_ptr<Array> null_dict_arr =
               std::make_shared<DictionaryArray>(dict_type, indices, nullptr);
         },
         "");
   ```
   
   In `TestDictionary.Validate` @pitrou . Can I remove this if I can confirm it?


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