Github user BryanCutler commented on the issue:

    https://github.com/apache/spark/pull/18945
  
    > Another rough thought for a feasible way I could think to keep the 
current behaviour (to be more specific, to match the types with / without Arrow 
optimization, IIUC) is, to make a generator wrapper to check if None exists in 
the results for columns where the type is int and nullable.
    
    I'm not sure I follow @HyukjinKwon , we can just look at the `pdf` when it 
is first created but before any type conversions and just not do anything if it 
the column is a nullable int with null values.  Is this similar to what you're 
suggesting?


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