yaooqinn commented on a change in pull request #32010:
URL: https://github.com/apache/spark/pull/32010#discussion_r605006833
##########
File path: sql/core/src/test/resources/sql-tests/inputs/charvarchar.sql
##########
@@ -61,7 +61,60 @@ desc formatted char_part;
MSCK REPAIR TABLE char_part;
desc formatted char_part;
+create table char_tbl4(c char(5), v varchar(6)) using parquet;
Review comment:
yea, there are a lot of strange cases too :)
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]