WillAyd commented on code in PR #679:
URL: https://github.com/apache/arrow-adbc/pull/679#discussion_r1204472667
##########
c/validation/adbc_validation.cc:
##########
@@ -508,8 +508,8 @@ void ConnectionTest::TestMetadataGetObjectsDbSchemas() {
// type: list<table_schema>
struct ArrowArrayView* db_schema_tables_list =
catalog_db_schemas->children[1];
- ASSERT_FALSE(ArrowArrayViewIsNull(catalog_db_schemas_list, row))
- << "Row " << row << " should have non-null catalog_db_schemas";
+ // ASSERT_FALSE(ArrowArrayViewIsNull(catalog_db_schemas_list, row))
Review Comment:
Ah OK makes sense. Thanks for the guidance
--
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]