yaooqinn commented on code in PR #50021: URL: https://github.com/apache/spark/pull/50021#discussion_r1987038176
########## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ########## @@ -4206,14 +4206,14 @@ object SQLConf { .version("4.0.0") .intConf .checkValue(v => v > 0 && v <= 9, "The value must be in the range of from 1 to 9 inclusive.") - .createOptional + .createWithDefault(CodecFactory.DEFAULT_XZ_LEVEL) val AVRO_ZSTANDARD_LEVEL = buildConf("spark.sql.avro.zstandard.level") .doc("Compression level for the zstandard codec used in writing of AVRO files. " + "The default value is 3.") Review Comment: ```suggestion .doc("Compression level for the zstandard codec used in writing of AVRO files. ") ``` -- 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