maropu commented on a change in pull request #32010:
URL: https://github.com/apache/spark/pull/32010#discussion_r604675956



##########
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:
       We don't need tests for the mixed case of string types, 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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to