Re: De/Serialization API to tear-down user code

2021-09-10 Thread Arvid Heise
*Arvid Heise > *Date: *Monday, 6 September 2021 at 18:21 > *To: *Dawid Wysakowicz > *Cc: *Sergio Morales , user > *Subject: *Re: De/Serialization API to tear-down user code > > I think it's a valid request to have a tear-down method whenever we have a > setup. I guess in this s

Re: De/Serialization API to tear-down user code

2021-09-10 Thread Sergio Morales
Please create the feature request ticket, I have no idea how to do it. Regards, Sergio. From: Arvid Heise Date: Monday, 6 September 2021 at 18:21 To: Dawid Wysakowicz Cc: Sergio Morales , user Subject: Re: De/Serialization API to tear-down user code I think it's a valid request to have a tear

Re: De/Serialization API to tear-down user code

2021-09-06 Thread Arvid Heise
ards, > > Sergio. > > > > *From: *Caizhi Weng > *Date: *Thursday, 2 September 2021 at 04:18 > *To: *Sergio Morales > *Cc: *user > *Subject: *Re: De/Serialization API to tear-down user code > > > > Hi! > > > > The (De)serializationSche

Re: De/Serialization API to tear-down user code

2021-09-02 Thread Dawid Wysakowicz
gt; *Date: *Thursday, 2 September 2021 at 04:18 > *To: *Sergio Morales > *Cc: *user > *Subject: *Re: De/Serialization API to tear-down user code > >   > > Hi! > >   > > The (De)serializationSchema is only a helper for changing the data > object to another

Re: De/Serialization API to tear-down user code

2021-09-02 Thread Sergio Morales
is not valid anymore? Regards, Sergio. From: Caizhi Weng Date: Thursday, 2 September 2021 at 04:18 To: Sergio Morales Cc: user Subject: Re: De/Serialization API to tear-down user code Hi! The (De)serializationSchema is only a helper for changing the data object to another format. What's your use

Re: De/Serialization API to tear-down user code

2021-09-01 Thread Caizhi Weng
Hi! The (De)serializationSchema is only a helper for changing the data object to another format. What's your use case? If you're creating a (De)serializationSchema for a source / sink you might want to open and close the resources in the open / close methods of the source / sink, not in the

De/Serialization API to tear-down user code

2021-09-01 Thread Sergio Morales
Hi, I’m currently working to close some resources while using the SerializationSchema and DeserializationSchema (Flink-core v1.12.1), however, after revising the document outlining the API the methods (https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=148645988