You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "Aitozi (via GitHub)" <gi...@apache.org> on 2023/11/01 11:25:17 UTC

[I] [Bug] Row serializer is not correct when local merge is enabled [incubator-paimon]

Aitozi opened a new issue, #2235:
URL: https://github.com/apache/incubator-paimon/issues/2235

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.
   
   
   ### Paimon version
   
   0.5.0
   
   ### Compute Engine
   
   Flink
   
   ### Minimal reproduce step
   
   ```sql
           sql(
                   "CREATE TABLE IF NOT EXISTS T1 ("
                           + "a INT, b INT, c STRING, PRIMARY KEY (a, b) NOT ENFORCED)"
                           + " PARTITIONED BY (b) WITH ('merge-engine'='first-row', 'local-merge-buffer-size' = '1m', 'file.format'='avro', 'changelog-producer' = 'lookup');");
           batchSql("INSERT INTO T1 VALUES (1, 1, '1'), (1, 1, '2'), (2, 3, '3')");
   ```
   
   
   ### What doesn't meet your expectations?
   
   <img width="1260" alt="image" src="https://github.com/apache/incubator-paimon/assets/9486140/702c72f7-6efa-40a3-9530-9d3303c83fb5">
   
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug] Row serializer is not correct when local merge is enabled [incubator-paimon]

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi closed issue #2235: [Bug] Row serializer is not correct when local merge is enabled
URL: https://github.com/apache/incubator-paimon/issues/2235


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org