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

    https://github.com/apache/spark/pull/14625#discussion_r75588856
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala ---
    @@ -245,6 +245,10 @@ class SQLQueryTestSuite extends QueryTest with 
SharedSQLContext {
     
         (1 to 100).map(i => (i, i.toString)).toDF("key", 
"value").createOrReplaceTempView("testdata")
     
    +    Seq((1, 1), (1, 2), (2, 1), (2, 2), (3, 1), (3, 2))
    --- End diff --
    
    The major differences are the data. They have different data distribution. 
For example, testData` does not have duplicate key values, but `testData2` has 
fewer rows and duplicate key values. `src1` has null but `src` does not have 
it. Your concern is valid. We should change the name; otherwise, it is hard to 
understand the reasons.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to