You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2018/12/12 19:31:54 UTC

[GitHub] dongjoon-hyun commented on issue #23300: [SPARK-26327][SQL][BACKPORT-2.2] Bug fix for `FileSourceScanExec` metrics update

dongjoon-hyun commented on issue #23300: [SPARK-26327][SQL][BACKPORT-2.2] Bug fix for `FileSourceScanExec` metrics update
URL: https://github.com/apache/spark/pull/23300#issuecomment-446714498
 
 
   @xuanyuanking .
   It seems to fail to build.
   ```
   [error] /home/jenkins/workspace/SparkPullRequestBuilder/sql/core/src/test/scala/org/apache/spark/sql/execution/metric/SQLMetricsSuite.scala:447: package org.apache.spark.sql.test is not a value
   [error]   test("SPARK-26327: FileSourceScanExec metrics") {
   [error]   ^
   [error] /home/jenkins/workspace/SparkPullRequestBuilder/sql/core/src/test/scala/org/apache/spark/sql/execution/metric/SQLMetricsSuite.scala:448: not found: value withTable
   [error]     withTable("testDataForScan") {
   [error]     ^
   [error] /home/jenkins/workspace/SparkPullRequestBuilder/sql/core/src/test/scala/org/apache/spark/sql/execution/metric/SQLMetricsSuite.scala:449: not found: value spark
   [error]       spark.range(10).selectExpr("id", "id % 3 as p")
   [error]       ^
   [error] /home/jenkins/workspace/SparkPullRequestBuilder/sql/core/src/test/scala/org/apache/spark/sql/execution/metric/SQLMetricsSuite.scala:452: not found: value spark
   [error]       val df = spark.sql(
   [error]                ^
   [error] /home/jenkins/workspace/SparkPullRequestBuilder/sql/core/src/test/scala/org/apache/spark/sql/execution/metric/SQLMetricsSuite.scala:454: not found: value testSparkPlanMetrics
   [error]       testSparkPlanMetrics(df, 1, Map(
   [error]       ^
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org