zzcclp commented on pull request #34365:
URL: https://github.com/apache/spark/pull/34365#issuecomment-951516633
> It conflicts 3.0, would you please backport it @ulysses-you ?
This pr can't be merged into branch-3.1 directly too, there is an error
below:
```
type mismatch;
found : org.apache.spark.sql.catalyst.TableIdentifier
required: org.apache.spark.sql.catalyst.QualifiedTableName
catalog.invalidateCachedTable(tableName)
```
in `AlterTableUnsetPropertiesCommand`, there isn't `def
invalidateCachedTable(name: TableIdentifier): Unit` method in `SessionCatalog`.
--
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]