cxzl25 commented on code in PR #45584:
URL: https://github.com/apache/spark/pull/45584#discussion_r1529764515
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/FileSourceCodecSuite.scala:
##########
@@ -71,6 +71,9 @@ class OrcCodecSuite extends FileSourceCodecSuite {
override def format: String = "orc"
override val codecConfigName: String = SQLConf.ORC_COMPRESSION.key
+ // Exclude "BROTLI" because its dependencies
+ // require adding different jars according to different OSs
Review Comment:
Thanks for the comment, I've added the dependencies that need to be added to
the PR description.
--
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]