[ 
https://issues.apache.org/jira/browse/SPARK-53822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Teoh updated SPARK-53822:
-------------------------------
    Description: 
Existing test case `test_transform_with_state_in_pandas_composite_type` does 
cover composite schemas, but only within the state API.  The output type of 
that test case is still strings (e.g., dicts are json dumped into a string).

This ticket is to add a test case where the output of the transform_with_state 
operation itself contains nested types.

  was:
Existing test case today does cover composite schemas, but only within the 
state API.  The output type of that test case is still strings (e.g., dicts are 
json dumped into a string).

This ticket is to add a test case where the output of the transform_with_state 
operation itself contains nested types.


> Add python transform_with_state test case for output schemas containing 
> composite StructType/nested StructType like ArrayType/MapType
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-53822
>                 URL: https://issues.apache.org/jira/browse/SPARK-53822
>             Project: Spark
>          Issue Type: Test
>          Components: Structured Streaming
>    Affects Versions: 4.0.1
>            Reporter: Jason Teoh
>            Priority: Minor
>
> Existing test case `test_transform_with_state_in_pandas_composite_type` does 
> cover composite schemas, but only within the state API.  The output type of 
> that test case is still strings (e.g., dicts are json dumped into a string).
> This ticket is to add a test case where the output of the 
> transform_with_state operation itself contains nested types.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to