agnes-xinyi-lu commented on code in PR #17428:
URL: https://github.com/apache/iceberg/pull/17428#discussion_r4076275925
##########
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.java:
##########
@@ -315,10 +315,11 @@ private Column sortColumn() {
partitionFieldClustering);
// Map the top level partition column names to the column name
referenced within the manifest
- // entry dataframe
+ // entry dataframe. Use getField() instead of a dotted column path so
the partition field
Review Comment:
Done!
--
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]