huaxingao commented on PR #15175: URL: https://github.com/apache/iceberg/pull/15175#issuecomment-5502803586
@nastra this now copies the coerced value into a PartitionData for the map key, following the same pattern PartitionStatsHandler uses, instead of touching StructProjection. That fixes this callsite but leaves StructProjection.toString() unhelpful for other callers. OK to land as-is with a follow-up issue, or would you prefer the toString() fix folded in here? -- 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]
