kbendick commented on issue #4251:
URL: https://github.com/apache/iceberg/issues/4251#issuecomment-1153064042

   Question wrt reading data:
   
   Normal partition resolution rules will still apply, so nothing special wiill 
need to happen there from the users perspective?
   
   If so, then something like https://github.com/apache/iceberg/issues/5000 is 
something I've been interested in for a long time.
   
   Having to name the partition fields is possibly somewhat a pain though, as 
ideally users use the standard naming. However, there's no oblligation to use 
the standard naming (as partition fields can be renamed from their normal 
source + _ transform naming.
   
   But because parttition fields can already be renamed, I think we can map 
them via the `PartitionSchema` and `PartitionField` itself (and not need the 
UDF). Maybe I'm mistaken though.
   
   But is there a way we can do this without having to supply the given name? 
Is there a function catalog or something that can be applied in Flink SQL?


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


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

Reply via email to