pan3793 commented on code in PR #13106:
URL: https://github.com/apache/iceberg/pull/13106#discussion_r2182082839
##########
spark/v4.0/spark-extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/ExtendedDataSourceV2Strategy.scala:
##########
@@ -76,7 +71,7 @@ case class ExtendedDataSourceV2Strategy(spark: SparkSession)
extends Strategy wi
CreateOrReplaceBranchExec(catalog, ident, branch, branchOptions, create,
replace, ifNotExists) :: Nil
case CreateOrReplaceTag(
- IcebergCatalogAndIdentifier(catalog, ident), tag, tagOptions, create,
replace, ifNotExists) =>
+ IcebergCatalogAndIdentifier(catalog, ident), tag, tagOptions, create,
replace, ifNotExists) =>
Review Comment:
this is an obvious bad style, I fix it as I'm touching the file, I prefer to
keep it unless you strongly object it
--
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]