felixYyu opened a new issue #4161:
URL: https://github.com/apache/iceberg/issues/4161
spark 3.2.1
iceberg 0.13.0
How to deal with this case? thanks.
```
try{
val manifestsOutput = spark.sql(
s"""
|CALL
$catalogName.system.rewrite_manifests('${metaTable.schema}.${metaTable.tableName}',
false)
|""".stripMargin)
manifestsOutput.show(false)
} catch {
case e: ValidationException => println(s"Current ${table.name()} table
CALL [rewrite_manifests] error ${e.getMessage}")
}
```
error message:
`Current hadoop_prod.wmsb.wms_do table CALL [rewrite_manifests] error
Manifest is missing:
hdfs://jybigdata/iceberg/warehouse/wmsb/wms_do/metadata/ab8d63b7-4d8c-450c-8cf5-e89eb257ba71-m0.avro`
--
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]