فهرست منبع

HUE-8948 [hive] Skip customer table for now as nested types

Romain 6 سال پیش
والد
کامیت
4fd0f32fa6
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 5
      apps/beeswax/data/tables_transactional.json

+ 0 - 5
apps/beeswax/data/tables_transactional.json

@@ -9,11 +9,6 @@
     "create_hql": "CREATE TABLE `sample_08` (\n  `code` string ,\n  `description` string ,\n  `total_emp` int ,\n  `salary` int )\nSTORED AS parquet\nTBLPROPERTIES ('transactional'='true', 'transactional_properties'='insert_only')\n",
     "table_name": "sample_08"
   },
-  {
-    "data_file": "customers.csv",
-    "create_hql": "CREATE TABLE `customers` (\n `id` INT,\n `name` STRING,\n `email_preferences` STRUCT<`email_format`:STRING, `frequency`:STRING, `categories`:STRUCT<`promos`:BOOLEAN, `surveys`:BOOLEAN>>,\n `addresses` MAP<STRING, STRUCT<`street_1`:STRING, `street_2`:STRING, `city`:STRING, `state`:STRING, `zip_code`:STRING>>,\n `orders` ARRAY<STRUCT<`order_id`:STRING, `order_date`:STRING, `items`:ARRAY<STRUCT<`product_id`:INT, `sku`:STRING, `name`:STRING, `price`:DOUBLE, `qty`:INT>>>>)\nSTORED AS parquet\nTBLPROPERTIES ('transactional'='true', 'transactional_properties'='insert_only')",
-    "table_name": "customers"
-  },
   {
     "partition_files": {
       "`date`='2015-11-18'": "web_logs_1.csv",