alamb commented on code in PR #8286:
URL: https://github.com/apache/arrow-datafusion/pull/8286#discussion_r1399587397
##########
datafusion/sqllogictest/src/test_context.rs:
##########
@@ -299,3 +299,31 @@ fn table_with_many_types() -> Arc<dyn TableProvider> {
let provider = MemTable::try_new(Arc::new(schema),
vec![vec![batch]]).unwrap();
Arc::new(provider)
}
+
+/// Registers a table_with_metadata that contains both field level and Table
level metadata
+pub async fn register_metadata_tables(ctx: &SessionContext) {
Review Comment:
I intend to port several existing metadata tests to sqllogictest as well
--
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]