HyukjinKwon commented on PR #48753:
URL: https://github.com/apache/arrow/pull/48753#issuecomment-3722254751

   Actually @kou let me please dig a bit more. With:
   
   ```
         if frozen? && !instance_variable_defined?(:@chunks)
           return chunk_raw
         end
   ```
   
   I wasn't able to reproduce this for 10 builds.
   
   With the current fix
   
   ```
         if frozen? && !instance_variable_defined?(:@chunks)
           raise "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
         end
   ```
   
   seems I am reproducing it all in 10 builds.
   
   


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