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

Jungtaek Lim resolved SPARK-51373.
----------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

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

> Removing extra copy for column family prefix from 'ReplyChangelog' 
> -------------------------------------------------------------------
>
>                 Key: SPARK-51373
>                 URL: https://issues.apache.org/jira/browse/SPARK-51373
>             Project: Spark
>          Issue Type: Bug
>          Components: Structured Streaming
>    Affects Versions: 4.0.0, 4.1
>            Reporter: Eric Marnadi
>            Assignee: Eric Marnadi
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> There is currently an extra copy when column families are enabled to first 
> remove the column family prefix, and then one to add this column family 
> prefix back when replaying the changelog. Because we don't do anything with 
> this prefix or the raw bytes, we don't need to add and remove and can instead 
> just passthrough. 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to