dongjoon-hyun commented on PR #49523:
URL: https://github.com/apache/spark/pull/49523#issuecomment-2594417946

   I verified manually.
   
   **BEFORE**
   ```
   $ build/sbt "sql/testOnly *RocksDBStateStoreCheckpointFormatV2Suite"
   ...
   [error] 
/Users/dongjoon/APACHE/spark-merge/sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/RocksDBStateStoreCheckpointFormatV2Suite.scala:626:41:
 Option[Map[Long,Array[Array[String]]]] does not take parameters
   [error]       val res2 = metadata.stateUniqueIds(0).map { uniqueIds =>
   [error]                                         ^
   [error] 
/Users/dongjoon/APACHE/spark-merge/sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/RocksDBStateStoreCheckpointFormatV2Suite.scala:634:85:
 value sorted is not a member of Nothing
   [error]         if 
(!versionToUniqueIdFromStateStore(version).sorted.sameElements(uniqueIds.sorted))
 {
   [error]                                                                      
               ^
   [error] two errors found
   [error] (sql / Test / compileIncremental) Compilation failed
   [error] Total time: 101 s (01:41), completed Jan 15, 2025, 7:44:17 PM
   ```
   
   **THIS PR**
   ```
   $ build/sbt "sql/testOnly *RocksDBStateStoreCheckpointFormatV2Suite"
   ...
   WARNING: Using incubator modules: jdk.incubator.vector
   [info] RocksDBStateStoreCheckpointFormatV2Suite:
   ...
   ```
   
   Let me merge this to recover master branch.


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

Reply via email to