xudong963 opened a new issue, #16884: URL: https://github.com/apache/datafusion/issues/16884
```sql > CREATE TABLE t1 AS VALUES ('2021', 3, 'A'), ('2022', 4, 'B'), ('2023', 5, 'C'); 0 row(s) fetched. Elapsed 0.014 seconds. > describe t1; +-------------+-----------+-------------+ | column_name | data_type | is_nullable | +-------------+-----------+-------------+ | column1 | Utf8 | YES | | column2 | Int64 | YES | | column3 | Utf8 | YES | +-------------+-----------+-------------+ ``` Should we also map the column1 and column3 to utf8view if `map_string_types_to_utf8view` is true? If so, I'll open a PR to fix -- 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.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