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

ASF GitHub Bot commented on TINKERPOP-3139:
-------------------------------------------

andreachild opened a new pull request, #3069:
URL: https://github.com/apache/tinkerpop/pull/3069

   Fixed serialization and deserialization of `IndexStep` by moving 
non-serializable lambdas to serializable implementations of the functional 
interface. This code pattern is similar to that of other steps like 
`GroupCountStep`, `MeanGlobalStep`, etc. Added unit tests to test round trip 
serialization->deserialization.
   
   https://issues.apache.org/jira/browse/TINKERPOP-3139




> IndexStep serialization
> -----------------------
>
>                 Key: TINKERPOP-3139
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-3139
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: process
>    Affects Versions: 3.7.3
>            Reporter: Valentyn Kahamlyk
>            Priority: Minor
>
> All TinkerPop steps should be `Serializable`, but `IndexStep` is not because 
> contains not serializable
> {code:java}
> private Function<Iterator<?>, Object> indexer;{code}



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

Reply via email to