Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11466#discussion_r54801223
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/LogicalPlanToSQLSuite.scala 
---
    @@ -157,6 +186,16 @@ class LogicalPlanToSQLSuite extends SQLBuilderTest 
with SQLTestUtils {
           "SELECT x.key, COUNT(*) FROM parquet_t1 x JOIN parquet_t1 y ON x.key 
= y.key group by x.key")
       }
     
    +  test("join plan") {
    +    val originalSql = "SELECT x.key FROM parquet_t1 x JOIN parquet_t1 y ON 
x.key = y.key"
    --- End diff --
    
    maybe you should construct a plan using dataframe?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to