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: 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