WillAyd commented on code in PR #1181:
URL: https://github.com/apache/arrow-adbc/pull/1181#discussion_r1349282752


##########
c/validation/adbc_validation.cc:
##########
@@ -1507,7 +1507,7 @@ void StatementTest::TestSqlIngestLargeString() {
 
 void StatementTest::TestSqlIngestBinary() {
   ASSERT_NO_FATAL_FAILURE(TestSqlIngestType<std::string>(
-      NANOARROW_TYPE_BINARY, {std::nullopt, "", "\x00\x01\x02\x04", 
"\xFE\xFF"}));
+      NANOARROW_TYPE_BINARY, {std::nullopt, "", "\x01\x02\x03\x04", 
"\xFE\xFF"}));

Review Comment:
   The leading \x00 was causing this to construct as an empty string, which I 
don't think was the intention of the test



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