bkietz commented on a change in pull request #7410:
URL: https://github.com/apache/arrow/pull/7410#discussion_r441005251



##########
File path: cpp/src/arrow/testing/random.cc
##########
@@ -262,5 +262,62 @@ std::shared_ptr<Array> 
RandomArrayGenerator::Offsets(int64_t size, int32_t first
   return std::make_shared<Int32Array>(array_data);
 }
 
+struct RandomArrayGeneratorOfImpl {
+  Status Visit(const NullType&) {
+    DCHECK_NE(null_probability_, 0.0);

Review comment:
       alright




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to