aokolnychyi commented on code in PR #6304: URL: https://github.com/apache/iceberg/pull/6304#discussion_r1034128298
########## core/src/main/java/org/apache/iceberg/PartitionData.java: ########## @@ -35,7 +35,7 @@ import org.apache.iceberg.types.Type; import org.apache.iceberg.types.Types; -class PartitionData +public class PartitionData Review Comment: I had to make this public as `TableScanUtil` is in another package and I needed a serializable holder for partition data. -- 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]
