aokolnychyi commented on code in PR #5880:
URL: https://github.com/apache/iceberg/pull/5880#discussion_r983579590
##########
spark/v3.3/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/RewriteMergeIntoTable.scala:
##########
@@ -384,4 +388,55 @@ object RewriteMergeIntoTable extends
RewriteRowLevelIcebergCommand {
private def resolveAttrRef(ref: NamedReference, plan: LogicalPlan):
AttributeReference = {
ExtendedV2ExpressionUtils.resolveRef[AttributeReference](ref, plan)
}
+
+ private def buildWriteDeltaProjections(
Review Comment:
Actually, Scala does not treat it as an override. I can rename to avoid
confusion.
--
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]