lianneli opened a new issue, #7271:
URL: https://github.com/apache/iceberg/issues/7271
### Feature Request / Improvement
We have some custom logicalPlan added using Spark's injectResolutionRule()
for auth control.
In some cases like `RewriteMergeIntoTable` , `RewriteDeleteFromIcebergTable`
and `RewriteUpdateTable`,it will get Errors:
```
org.apache.spark.sql.AnalysisException: Project [id#39L, data#40,
category#41, ts#42]
+- CustomAuthChecker
+- RelationV2[id#39L, data#40, category#41, ts#42]
spark_catalog.iceberg_lm2.sample5
is not an Iceberg table
at
org.apache.spark.sql.catalyst.analysis.RewriteUpdateTable$$anonfun$apply$1.applyOrElse(RewriteUpdateTable.scala:73)
```
So I think maybe iceberg can skip those logical plan and analysis its child
instead of throw an Exception.
### Query engine
Spark
--
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]