dongjoon-hyun commented on code in PR #37263:
URL: https://github.com/apache/spark/pull/37263#discussion_r930653713


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetCompressionCodecPrecedenceSuite.scala:
##########
@@ -123,4 +123,24 @@ class ParquetCompressionCodecPrecedenceSuite extends 
ParquetTest with SharedSpar
       assert(exception.getMessage.contains("Codec [aa] is not available"))
     }
   }
+
+  test("[SPARK-39743] Test `spark.sql.parquet.zstd.level` config") {

Review Comment:
   ```
   - test("[SPARK-39743] Test `spark.sql.parquet.zstd.level` config") {
   + test("SPARK-39743: spark.sql.parquet.zstd.level") {
   ```
   



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

Reply via email to