ZENOTME opened a new issue, #47040:
URL: https://github.com/apache/arrow/issues/47040

   ### Describe the enhancement requested
   
   Original reset will cause Span can't be used again, e.g.
   
   ```
   Span span;
   span.reset();
   span.valid(); // crash
   RewrapSpan(span, ..); // crash
   ```
   
   Instead of reset the pointer to SpanImpl, maybe we should reset content 
inside SpanImpl.
   
   ### Component(s)
   
   C++


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to