aokolnychyi commented on code in PR #9556: URL: https://github.com/apache/iceberg/pull/9556#discussion_r1468232951
########## spark/v3.4/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/RewriteMergeIntoTable.scala: ########## @@ -214,6 +214,8 @@ object RewriteMergeIntoTable extends RewriteRowLevelIcebergCommand with Predicat val rowFromSourceAttr = resolveAttrRef(ROW_FROM_SOURCE_REF, joinPlan) val rowFromTargetAttr = resolveAttrRef(ROW_FROM_TARGET_REF, joinPlan) + // The output expression should retain read attributes for correctly determining nullability + val matchedOutputsWithAttrs = matchedActions.map(matchedActionOutput(_, metadataAttrs) :+ readAttrs) Review Comment: Can we reuse `matchedOutputs` above in this statement? -- 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