Apache Iceberg · JSON Structure

Rest Catalog Open Api Failed Planning Result Structure

Failed server-side planning result

Type: object Properties: 0
ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

FailedPlanningResult is a JSON Structure definition published by Apache Iceberg. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-iceberg/refs/heads/main/json-structure/rest-catalog-open-api-failed-planning-result-structure.json",
  "name": "FailedPlanningResult",
  "description": "Failed server-side planning result",
  "allOf": [
    {
      "$ref": "#/components/schemas/IcebergErrorResponse"
    },
    {
      "type": "object",
      "required": [
        "status"
      ],
      "properties": {
        "status": {
          "$ref": "#/components/schemas/PlanStatus",
          "const": "failed"
        }
      }
    }
  ]
}