zeroshade commented on code in PR #2327:
URL: https://github.com/apache/arrow-adbc/pull/2327#discussion_r1842397419


##########
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:
   Ah, I didn't realize that the static_assert is pretty much guaranteed to 
fail. That makes sense



-- 
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]

Reply via email to