gengliangwang commented on pull request #28208:
URL: https://github.com/apache/spark/pull/28208#issuecomment-623914533


   @erenavsarogullari I manually tested the PR. Seems there is nothing in the 
nodes/edges
   ```
   spark.range(10000).toDF("value").write.parquet("/tmp/p1")
   
   spark.range(10000).toDF("value").write.parquet("/tmp/p2")
   
   spark.read.parquet("/tmp/p1").createOrReplaceTempView("t1")
   
   spark.read.parquet("/tmp/p2").createOrReplaceTempView("t2")
   
   
    spark.sql("select * from t1, t2 where t1.value=t2.value").show()
   ```
   
   
![image](https://user-images.githubusercontent.com/1097932/81045892-06357400-8e6c-11ea-9f65-d10e964f6321.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:
us...@infra.apache.org



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

Reply via email to