Github user dilipbiswal commented on the pull request:

    https://github.com/apache/spark/pull/11497#issuecomment-192017670
  
    I ran this test 5 times in my development machine and it failed once. It 
looks like an intermittent failure. Also i verified the plan for the failing 
test.
    
    ```
    Project [(id#0L % cast(2 as bigint)) AS key#1L,if (isnull(cast(id#0L as 
int))) null else UDF(cast(id#0L as int)) AS UDF(id)#2]
    +- Range 0, 10, 1, 32, [id#0L]
    ```
    
    There is no Generate in the plan and so the fix shouldn't affect this 
testcase.


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