You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@datafu.apache.org by "Arpit Bhardwaj (Jira)" <ji...@apache.org> on 2022/10/02 14:40:00 UTC

[jira] [Commented] (DATAFU-163) explodeArray method not exposed in Python

    [ https://issues.apache.org/jira/browse/DATAFU-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17612118#comment-17612118 ] 

Arpit Bhardwaj commented on DATAFU-163:
---------------------------------------

Hi [~eyal] 

I checked the code, the method is already in place but i guess the test case is missing in [df_utils_tests.py|https://github.com/apache/datafu/blob/master/datafu-spark/src/test/resources/python_tests/df_utils_tests.py]. 

let me know in case i will proceed by adding the testcase and close out this issue.

> explodeArray method not exposed in Python
> -----------------------------------------
>
>                 Key: DATAFU-163
>                 URL: https://issues.apache.org/jira/browse/DATAFU-163
>             Project: DataFu
>          Issue Type: Bug
>    Affects Versions: 1.6.1
>            Reporter: Eyal Allweil
>            Priority: Minor
>              Labels: good-first-issue, newbie, up-for-grabs
>
> The [Spark explodeArray method|https://github.com/apache/datafu/blob/master/datafu-spark/src/main/scala/datafu/spark/SparkDFUtils.scala#L539] isn't exposed for Python usage. It needs to be added to [SparkDFUtilsBridge|https://github.com/apache/datafu/blob/master/datafu-spark/src/main/scala/datafu/spark/SparkDFUtils.scala#L33], and a test case needs to be added to [df_utils_tests.py|https://github.com/apache/datafu/blob/master/datafu-spark/src/test/resources/python_tests/df_utils_tests.py].



--
This message was sent by Atlassian Jira
(v8.20.10#820010)