dongjoon-hyun commented on PR #45079: URL: https://github.com/apache/spark/pull/45079#issuecomment-1942903356
For the record, the following is the result from Apache Spark master branch. ``` $ git log --oneline -n1 63b97c6ad82 (HEAD -> master, apache/master, apache/HEAD) [SPARK-46979][SS] Add support for specifying key and value encoder separately and also for each col family in RocksDB state store provider $ build/sbt "sql/testOnly org.apache.spark.sql.execution.python.PythonDataSourceSuite" ... [info] Run completed in 21 seconds, 342 milliseconds. [info] Total number of tests run: 21 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 21, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 37 s, completed Feb 13, 2024, 4:29:57 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]
