Github user shivaram commented on the issue:

    https://github.com/apache/spark/pull/13295
  
    @mhnatiuk It looks like the tests are failing with the error message I've 
pasted below. From reading the code I think this is related to the `if` check 
we have in the pivot implementation where it should be `length(values) != 
length(unique(values))` instead of `==` as we have right now ?
    
    ```
    1. Error: pivot GroupedData column 
---------------------------------------------
    error in evaluating the argument 'x' in selecting a method for function 
'collect': 
      error in evaluating the argument 'x' in selecting a method for function 
'summarize': 
      Values in list are not unique
    Calls: pivot -> pivot
    ```


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