lidavidm commented on code in PR #2327:
URL: https://github.com/apache/arrow-adbc/pull/2327#discussion_r1842347725
##########
c/driver/framework/utility.cc:
##########
@@ -163,7 +163,6 @@ Status MakeGetInfoStream(const std::vector<InfoValue>&
infos, ArrowArrayStream*
} else {
static_assert(!sizeof(T), "info value type not implemented");
}
- return status::Ok();
Review Comment:
`else static assert` means there's no other possible path; it would fail to
compile in the first place
--
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]