melin commented on issue #12099:
URL: https://github.com/apache/hudi/issues/12099#issuecomment-2416761673

   The DropHoodieTableCommand class calls invalidateCachedTable with the 
QualifiedTableName object passed as the parameter. The FullQualifiedTableName 
class was added in spark 3.5.3. The invalidateCachedTable method supports only 
FullQualifiedTableName and TableIdentifier.
   
   The spark version in the hudi project is 3.5.3. idea displays an error 
calling invalidateCachedTable
   
![image](https://github.com/user-attachments/assets/36962654-8d3b-4e83-996c-dcd9d20f232c)
   


-- 
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]

Reply via email to