rlcyf commented on issue #2351:
URL: https://github.com/apache/iceberg/issues/2351#issuecomment-807887013


   > @yyanyy @jackye1995 Did you encounter the similar issue ?
   
   halo 
   
   sure_date range 2018-2021
   
   ```
   val partitionSpec = PartitionSpec.builderFor(schema).day("sure_date").build()
   
   java.lang.IllegalStateException: Already closed files for partition: 
sure_date_day=2020-09-03
   
   
   val partitionSpec = 
PartitionSpec.builderFor(schema).month("sure_date").build()
   
   java.lang.IllegalStateException: Already closed files for partition: 
sure_date_month=2020-09
   
   ```
   
   


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to