razeghi71 commented on code in PR #8501:
URL: https://github.com/apache/arrow-datafusion/pull/8501#discussion_r1427414593
##########
datafusion/sqllogictest/src/test_context.rs:
##########
@@ -84,6 +84,10 @@ impl TestContext {
info!("Registering table with many types");
register_table_with_many_types(test_ctx.session_ctx()).await;
}
+ "explain.slt" => {
Review Comment:
Since I couldn't find a SQL syntax to create a table containing a map data
type, I created it here in code.
--
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]