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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to