hudi-bot opened a new issue, #15871:
URL: https://github.com/apache/hudi/issues/15871
My current database of Spark session is `default` and when I executed this
sql:
{code:java}
call run_clean(table => 'hudi_database.table1', retain_commits => 1)
{code}
I got this error message:
{code:java}
org.apache.spark.sql.catalyst.analysis.NoSuchTableException: Table or view
'table1' not found in database 'default';
at
org.apache.spark.sql.catalyst.catalog.SessionCatalog.requireTableExists(SessionCatalog.scala:185)
at
org.apache.spark.sql.catalyst.catalog.SessionCatalog.getTableMetadata(SessionCatalog.scala:433)
at
org.apache.spark.sql.catalyst.catalog.HoodieCatalogTable$.apply(HoodieCatalogTable.scala:365)
at
org.apache.hudi.HoodieCLIUtils$.getHoodieCatalogTable(HoodieCLIUtils.scala:66)
at
org.apache.hudi.HoodieCLIUtils$.createHoodieClientFromPath(HoodieCLIUtils.scala:44)
at
org.apache.spark.sql.hudi.command.procedures.RunCleanProcedure.call(RunCleanProcedure.scala:86)
at
org.apache.spark.sql.hudi.command.CallProcedureHoodieCommand.run(CallProcedureHoodieCommand.scala:33)
{code}
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-6004
- Type: Bug
--
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]