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

Marcelo Masiero Vanzin resolved SPARK-29642.
--------------------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

Issue resolved by pull request 26300
[https://github.com/apache/spark/pull/26300]

> ContinuousMemoryStream throws error on String type
> --------------------------------------------------
>
>                 Key: SPARK-29642
>                 URL: https://issues.apache.org/jira/browse/SPARK-29642
>             Project: Spark
>          Issue Type: Bug
>          Components: Structured Streaming
>    Affects Versions: 3.0.0
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>            Priority: Major
>             Fix For: 3.0.0
>
>
> While we can set String as a generic type of ContinuousMemoryStream, it 
> doesn't work really because it doesn't convert String to UTFString and 
> accessing it from Row interface would throw error.
> We should encode the input and convert the input to Row properly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to