RussellSpitzer commented on code in PR #13106:
URL: https://github.com/apache/iceberg/pull/13106#discussion_r2183797309
##########
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:
I think Eduard is about to merge the SpotlessApply required for scala code
so this will all get standardized
--
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]