zhuqi-lucas opened a new pull request, #14922: URL: https://github.com/apache/datafusion/pull/14922
## Which issue does this PR close? - [Closes #14909](https://github.com/apache/datafusion/issues/14909) ## Rationale for this change schema_force_view_type configuration not working for CREATE EXTERNAL TABLE Because we onlly use infer_schema to infer schema and transform schema, but for those provided shema such as CREATE EXTERNAL TABLE, we also need to transform schema. ## What changes are included in this PR? Add separate transform schema function to do the transform. ## Are these changes tested? Yes ## Are there any user-facing changes? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org