mapleFU commented on PR #34002: URL: https://github.com/apache/arrow/pull/34002#issuecomment-1512380209
@PragmaTwice It's `value_or` like code here: https://github.com/llvm-mirror/libcxx/blob/master/include/optional#L132-L133 ? And you use explicit ctor using `(const Status&)` and `Status&&` to represent universal reference? I think both your change and https://github.com/apache/arrow/pull/34002#discussion_r1099944171 is ok. -- 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]
