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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to