kou commented on code in PR #1462:
URL: https://github.com/apache/arrow-adbc/pull/1462#discussion_r1451716170


##########
c/driver/postgresql/statement.cc:
##########
@@ -476,7 +476,7 @@ struct BindStream {
                 return ADBC_STATUS_INVALID_ARGUMENT;
               }
 
-              if (val < std::numeric_limits<int64_t>::min() + 
kPostgresTimestampEpoch) {
+              if (val < (std::numeric_limits<int64_t>::min)() + 
kPostgresTimestampEpoch) {

Review Comment:
   ditto.



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