yaooqinn commented on a change in pull request #31336:
URL: https://github.com/apache/spark/pull/31336#discussion_r564281275
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/CharVarcharTestSuite.scala
##########
@@ -146,6 +146,22 @@ trait CharVarcharTestSuite extends QueryTest with
SQLTestUtils {
}
}
+ test("char/varchar with null value for partitioned columns") {
+ Seq("CHAR(5)", "VARCHAR(5)").foreach { typ =>
Review comment:
Hi @dongjoon-hyun,
this is the 2nd time I see your comment on `type`/`typ` :).
The `type` is a keyword in scala and usually, we use `typ` or `xxxType`
instead.
----------------------------------------------------------------
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]