dongjoon-hyun commented on pull request #34547:
URL: https://github.com/apache/spark/pull/34547#issuecomment-965937870


   I addressed the comment by 
   ```scala
   - providerOptions = providerOptions.take(1)
   + providerOptions = providerOptions
   +   
.filterNot(_._2.contains(classOf[RocksDBStateStoreProvider].getSimpleName))
   ```
   
   And, tested like the following.
   ```
   $ build/sbt "sql/testOnly *RocksDB* *.StreamingSessionWindowSuite" 
-Dtest.exclude.tags=org.apache.spark.tags.ExtendedRocksDBTest
   ...
   [info] Run completed in 18 seconds, 360 milliseconds.
   [info] Total number of tests run: 14
   [info] Suites: completed 4, aborted 0
   [info] Tests: succeeded 14, failed 0, canceled 0, ignored 0, pending 0
   [info] All tests passed.
   [success] Total time: 30 s, completed Nov 10, 2021 6:37:02 PM
   ```


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