HyukjinKwon commented on pull request #28909: URL: https://github.com/apache/spark/pull/28909#issuecomment-648622679
The tests passed: ``` Spark package found in SPARK_HOME: C:\projects\spark\bin\.. == testthat results =========================================================== [ OK: 13 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 0 ] v | OK F W S | Context v | 11 | binary functions [23.7 s] v | 4 | functions on binary files [6.2 s] v | 2 | broadcast variables [2.2 s] v | 5 | functions in client.R v | 46 | test functions in sparkR.R [17.2 s] v | 2 | include R packages [0.2 s] v | 2 | JVM API [0.2 s] v | 75 | MLlib classification algorithms, except for tree-based algorithms [127.3 s] v | 70 | MLlib clustering algorithms [47.9 s] v | 6 | MLlib frequent pattern mining [9.1 s] v | 8 | MLlib recommendation algorithms [13.2 s] v | 136 | MLlib regression algorithms, except for tree-based algorithms [311.6 s] v | 8 | MLlib statistics algorithms [3.8 s] v | 94 | MLlib tree-based algorithms [118.1 s] v | 29 | parallelize() and collect() [0.4 s] v | 428 | basic RDD functions [337.5 s] v | 39 | SerDe functionality [12.3 s] v | 20 | partitionBy, groupByKey, reduceByKey etc. [44.7 s] v | 4 | functions in sparkR.R v | 1153 5 | SparkSQL functions [468.2 s] -------------------------------------------------------------------------------- test_sparkSQL.R:307: skip: create DataFrame from RDD Reason: Hive is not build with SparkSQL, skipped test_sparkSQL.R:1341: skip: test HiveContext Reason: Hive is not build with SparkSQL, skipped test_sparkSQL.R:2813: skip: read/write ORC files Reason: Hive is not build with SparkSQL, skipped test_sparkSQL.R:2834: skip: read/write ORC files - compression option Reason: Hive is not build with SparkSQL, skipped test_sparkSQL.R:3727: skip: enableHiveSupport on SparkSession Reason: Hive is not build with SparkSQL, skipped -------------------------------------------------------------------------------- v | 16 | SparkSQL Arrow optimization [571.4 s] v | 6 | test show SparkDataFrame when eager execution is enabled. [2.6 s] v | 42 | Structured Streaming [109.2 s] v | 16 | tests RDD function take() [0.6 s] v | 14 | the textFile() function [17.9 s] v | 45 | functions in utils.R [2.3 s] v | 1 | Windows-specific tests [0.2 s] == Results ===================================================================== Duration: 2248.2 s OK: 2282 Failed: 0 Warnings: 0 Skipped: 5 Build success ``` The last commit only added some comments ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
