cloud-fan commented on code in PR #49526: URL: https://github.com/apache/spark/pull/49526#discussion_r1920361079
########## sql/core/src/test/scala/org/apache/spark/sql/CharVarcharTestSuite.scala: ########## @@ -1174,4 +1175,22 @@ class DSV2CharVarcharTestSuite extends CharVarcharTestSuite } } } + + test("SPARK-50847: Deny ApplyCharTypePadding from applying on specific In expressions") { + withTable("mytable") { + sql("CREATE TABLE mytable(col CHAR(10))") Review Comment: ```suggestion sql(s"CREATE TABLE mytable(col CHAR(10)) USING $format") ``` -- 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: reviews-unsubscr...@spark.apache.org 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