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

    https://github.com/apache/spark/pull/18075#discussion_r122016978
  
    --- Diff: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/codegen/GeneratedProjectionSuite.scala
 ---
    @@ -83,6 +83,58 @@ class GeneratedProjectionSuite extends SparkFunSuite {
         assert(result === row2)
       }
     
    +  test("SPARK-18016: generated projections on wider table requiring 
class-splitting") {
    +    val N = 4000
    +    val wideRow1 = new GenericInternalRow((1 to N).toArray[Any])
    --- End diff --
    
    I've cleaned up the test you comment on, and the one above it, since they 
both have the same structure, just different values for N:
    
https://github.com/apache/spark/pull/18075/commits/678b4ad770cbc891864f73d9b93c51b1ab79f6a5#diff-a14107cf4a4c41671bba24a82f6042d9R36


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