schema_tree_node
needs a constructor.
#11395
Labels
0 - Waiting on Author
Waiting for author to respond to review
cuIO
cuIO issue
libcudf
Affects libcudf (C++/CUDA) code.
proposal
Change current process or code
Nitpick: Looks like
schema_tree_node
needs a constructor. :]I would've recommended aggregate initialization, but I'm not sure how appropriate it would be, since it's initializing parent members:
My personal preference would be to avoid construct-then-initialize. But this is purely stylistic. Please feel free to ignore.
Originally posted by @mythrocks in #11328 (comment)
The text was updated successfully, but these errors were encountered: