zhoulii opened a new issue, #6530:
URL: https://github.com/apache/paimon/issues/6530

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/paimon/issues) 
and found nothing similar.
   
   
   ### Paimon version
   
   1.0
   
   ### Compute Engine
   
   flink 1.18
   
   ### Minimal reproduce step
   
   public void testLevel0FileCanBeReadForPartitionsTable() {
           sql(
                   "CREATE TABLE test_table (a int PRIMARY KEY NOT ENFORCED, b 
string, dt string) "
                           + "PARTITIONED BY (dt)"
                           + "WITH ('deletion-vectors.enabled' = 'true', 
'write-only' = 'true');");
           sql("INSERT INTO test_table VALUES (1, 'A', '2024-12-01')");
           assertThat(sql("SELECT * FROM 
`test_table$partitions`")).isNotEmpty();
       }
   
   ### What doesn't meet your expectations?
   
   cannot get partition info.
   
   ### 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