[jira] [Created] (FLINK-18484) RowSerializer arity error does not provide specific information about the mismatch

2020-07-03 Thread Mans Singh (Jira)
Mans Singh created FLINK-18484: -- Summary: RowSerializer arity error does not provide specific information about the mismatch Key: FLINK-18484 URL: https://issues.apache.org/jira/browse/FLINK-18484

RE: RowSerializer

2018-02-26 Thread Radu Tudoran
, 2018 9:34 AM To: dev@flink.apache.org Subject: Re: RowSerializer Hi Radu, none of Flink's serializers adds checksums to ensure data integrity. It would be possible to implement a wrapping serializer that adds a checksum to each record, but that would be at the cost of performance. Not sure if

Re: RowSerializer

2018-02-26 Thread Fabian Hueske
Best, Fabian 2018-02-23 14:44 GMT+01:00 Radu Tudoran : > Hi, > > > > I was using the RowSerializer (package org.apache.flink.api.java. > typeutils.runtime;) recently to serialize Rows to file (for reading them > back in the future). > > I observed a strange behavior that I

RowSerializer

2018-02-23 Thread Radu Tudoran
Hi, I was using the RowSerializer (package org.apache.flink.api.java.typeutils.runtime;) recently to serialize Rows to file (for reading them back in the future). I observed a strange behavior that I would like to double check with you in case this is a serious problem to be addressed: When

[jira] [Created] (FLINK-2236) RowSerializer and CaseClassComparator are not in sync regarding Null-Values

2015-06-17 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-2236: --- Summary: RowSerializer and CaseClassComparator are not in sync regarding Null-Values Key: FLINK-2236 URL: https://issues.apache.org/jira/browse/FLINK-2236

[jira] [Created] (FLINK-2203) Add Support for Null-Values in RowSerializer

2015-06-10 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-2203: --- Summary: Add Support for Null-Values in RowSerializer Key: FLINK-2203 URL: https://issues.apache.org/jira/browse/FLINK-2203 Project: Flink Issue Type