002-hive_column_table_add_options.json 777 Bytes
Newer Older
1 2 3
{
  "patches": [
    {
4 5
      "id": "TYPEDEF_PATCH_1000_034",
      "description": "Add 'schemaAttributes' typeDefOptions to hive_column",
6 7 8 9 10
      "action": "UPDATE_TYPEDEF_OPTIONS",
      "typeName": "hive_column",
      "applyToVersion": "1.1",
      "updateToVersion": "1.2",
      "typeDefOptions": {
11
        "schemaAttributes": "[\"name\", \"description\", \"owner\", \"type\", \"comment\", \"position\"]"
12 13 14
      }
    },
    {
15 16
      "id": "TYPEDEF_PATCH_1000_035",
      "description": "Add 'schemaElementsAttribute' typeDefOptions to hive_table",
17 18 19 20 21
      "action": "UPDATE_TYPEDEF_OPTIONS",
      "typeName": "hive_table",
      "applyToVersion": "1.0",
      "updateToVersion": "1.1",
      "typeDefOptions": {
22
        "schemaElementsAttribute": "columns"
23 24 25
      }
    }
  ]
26
}