westonpace commented on issue #34035:
URL: https://github.com/apache/arrow/issues/34035#issuecomment-1416194914
> My plan for a fix is to refactor TracedNode to be a non-template class.
@westonpace, WDYT?
Sounds good. I think I did it so I could access `kind_name()` but, in
retrospect, you can probably just do:
```
class TracedNode {
TracedNode(std::string_view kind_name);
};
```
--
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]