aokolnychyi commented on PR #2276:
URL: https://github.com/apache/iceberg/pull/2276#issuecomment-1293765177

   @sunchao, I think we were right during the earlier discussion. If there are 
multiple specs, the partition expressions we report in `KeyGroupPartitioning` 
should be an intersection of all specs. 
   
   ```
   Spec 1: identity(dep), bucket(id)
   Spec 2: identity(dep)
   ```
   
   ```
   KeyGroupedPartitioning:
     keys: identity(dep))
   ```
   
   Let me take a closer look how hard it would be to support. We can focus on 
tables with a single spec for now if it is too tricky.


-- 
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-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to