lidavidm commented on code in PR #1058:
URL: https://github.com/apache/arrow-adbc/pull/1058#discussion_r1327394217


##########
c/driver/postgresql/postgresql_test.cc:
##########
@@ -1283,6 +1280,23 @@ class PostgresTypeTest : public 
::testing::TestWithParam<TypeTestCase> {
 };
 
 TEST_P(PostgresTypeTest, SelectValue) {
+  std::string value = GetParam().sql_literal;
+  if ((value == "'-inf'") || (value == "'inf'")) {
+    const uint32_t info_code = ADBC_INFO_VENDOR_VERSION;

Review Comment:
   It seems the check needs tweaking, though



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