yaooqinn commented on pull request #32515: URL: https://github.com/apache/spark/pull/32515#issuecomment-840243173
> Ur, @yaooqinn . The R failure looks a little suspicious because it's consistent and relevant. It might be a side-effect in terms of test classes. Could you double-check it? > > ``` > ── 1. FAILURE (test_sparkSQL.R:4000:3): catalog APIs, listTables, listColumns, l > take(orderBy(f, "className"), 1)$className not equal to "org.apache.spark.sql.catalyst.expressions.Abs". > 1/1 mismatches > x[1]: "noClass" > y[1]: "org.apache.spark.sql.catalyst.expressions.Abs" > ``` The failure proves this works well at the sparkR side, LOL. I changed the mocked function classname to fix this -- 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]
