Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20610#discussion_r168416253
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/streaming/FileStreamSinkSuite.scala
 ---
    @@ -33,6 +33,19 @@ import org.apache.spark.util.Utils
     class FileStreamSinkSuite extends StreamTest {
       import testImplicits._
     
    +  override def beforeAll(): Unit = {
    --- End diff --
    
    nit: a simpler way to fix this
    ```
    override val conf = new SQLConf().copy(SQLConf.ORC_IMPLEMENTATION -> 
"native")
    ```


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to