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


##########
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:
   This one. I excluded intentionally during upgrading to Apache ORC 2.0.0.
   
   
https://github.com/apache/spark/blob/681b41f0808e35313f4b63ca735f604d9ffc687f/pom.xml#L2615-L2618



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