nuno-faria opened a new pull request, #24397: URL: https://github.com/apache/datafusion/pull/24397
## Which issue does this PR close? - Closes #24396. ## Rationale for this change Support the `Map` type directly in SQL, e.g., when creating tables. ## What changes are included in this PR? The sql-parser `DataType::Map` is now converted to the arrow type `DataType::Map`. ## Are these changes tested? Yes ## Are there any user-facing changes? New SQL type. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
