lidavidm commented on PR #3855:
URL: https://github.com/apache/arrow-adbc/pull/3855#issuecomment-3708668827
It seems other tests leave behind some stuff that causes the new test to
fail. Maybe it can be a little more forgiving?
```
> assert len(metadata) == 1
E AssertionError: assert 3 == 1
E + where 3 = len([{'catalog_name': 'postgres',
'catalog_db_schemas': [{'db_schema_name': 'dbapi_get_objects_test',
'db_schema_tables': [{'table_name': 'schema_filter_table', 'table_type':
'table', 'table_columns': None, 'table_constraints': None}]}]},
{'catalog_name': 'template1', 'catalog_db_schemas': []}, {'catalog_name':
'template0', 'catalog_db_schemas': []}])
```
--
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]