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 2019/05/08 23:51:43 UTC

[GitHub] [spark] wangyum opened a new pull request #24562: [SPARK-27662][SQL] Fix SQL tab shows two jobs for one SQL command

wangyum opened a new pull request #24562: [SPARK-27662][SQL] Fix SQL tab shows two jobs for one SQL command
URL: https://github.com/apache/spark/pull/24562
 
 
   ## What changes were proposed in this pull request?
   
   ![image](https://user-images.githubusercontent.com/5399861/57415308-41d43880-722e-11e9-85fc-91f8774dd7ef.png)
   
   It shows two jobs for one SQL command, the first is the actual job and the other is `LocalTableScan`:
   <img src="https://user-images.githubusercontent.com/5399861/57415322-51ec1800-722e-11e9-8553-4a4d7c34d90d.png" width="240"> <img src="https://user-images.githubusercontent.com/5399861/57415338-5dd7da00-722e-11e9-9f87-ce1b89ecbf92.png" width="240">
   
   This pr fix this issue.
   
   
   ## How was this patch tested?
   
   manual tests:
   ```shell
   build/sbt clean package -Phive -Phive-thriftserver
   export SPARK_PREPEND_CLASSES=true
   bin/spark-sql
   # create table t(id int);
   ```
   after this pr:
   ![image](https://user-images.githubusercontent.com/5399861/57415163-b8bd0180-722d-11e9-8365-f48cae885bde.png)
   
   

----------------------------------------------------------------
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:
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