[jira] [Commented] (ARROW-5208) [Python] Inconsistent resulting type during casting in pa.array() when mask is present

2019-06-24 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16871871#comment-16871871 ] Wes McKinney commented on ARROW-5208: - I think we would consider using some amount of pybind11 but

[jira] [Commented] (ARROW-5208) [Python] Inconsistent resulting type during casting in pa.array() when mask is present

2019-06-24 Thread Artem KOZHEVNIKOV (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16871655#comment-16871655 ] Artem KOZHEVNIKOV commented on ARROW-5208: -- yes, I'm aware about cython limitations and modern

[jira] [Commented] (ARROW-5208) [Python] Inconsistent resulting type during casting in pa.array() when mask is present

2019-06-24 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16871541#comment-16871541 ] Wes McKinney commented on ARROW-5208: - Cython is a very limited language. In C++ we are able to take

[jira] [Commented] (ARROW-5208) [Python] Inconsistent resulting type during casting in pa.array() when mask is present

2019-06-24 Thread Artem KOZHEVNIKOV (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16870879#comment-16870879 ] Artem KOZHEVNIKOV commented on ARROW-5208: -- Just curiosity question : what was the reasons to 

[jira] [Commented] (ARROW-5208) [Python] Inconsistent resulting type during casting in pa.array() when mask is present

2019-06-18 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867102#comment-16867102 ] Wes McKinney commented on ARROW-5208: - {{InferArrowType}} does not accept a mask argument so that

[jira] [Commented] (ARROW-5208) [Python] Inconsistent resulting type during casting in pa.array() when mask is present

2019-06-17 Thread Joris Van den Bossche (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865558#comment-16865558 ] Joris Van den Bossche commented on ARROW-5208: -- [~ArtemK] still interested to take a look at

[jira] [Commented] (ARROW-5208) [Python] Inconsistent resulting type during casting in pa.array() when mask is present

2019-04-26 Thread Joris Van den Bossche (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826904#comment-16826904 ] Joris Van den Bossche commented on ARROW-5208: -- To get started, I think the developer docs

[jira] [Commented] (ARROW-5208) [Python] Inconsistent resulting type during casting in pa.array() when mask is present

2019-04-26 Thread Artem KOZHEVNIKOV (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826896#comment-16826896 ] Artem KOZHEVNIKOV commented on ARROW-5208: -- yes, absolutely, it would be nice to get involved!

[jira] [Commented] (ARROW-5208) [Python] Inconsistent resulting type during casting in pa.array() when mask is present

2019-04-24 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16825402#comment-16825402 ] Wes McKinney commented on ARROW-5208: - Seems reasonable. Would you like to submit a pull request? >