yaooqinn commented on code in PR #36810:
URL: https://github.com/apache/spark/pull/36810#discussion_r893034665
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetPartitionDiscoverySuite.scala:
##########
@@ -1259,6 +1259,14 @@ class ParquetV2PartitionDiscoverySuite extends
ParquetPartitionDiscoverySuite {
assert("p_int=10/p_float=1.0" === path)
}
+ test("SPARK-39417: Null partition value") {
+ // null partition value are replace by DEFAULT_PARTITION_NAME before
hitting getPathFragment.
Review Comment:
nit: `null partition value is replaced`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]