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