Explorar o código

[hive] Removing extra transactional table properties in samples

Romain Rigaux %!s(int64=4) %!d(string=hai) anos
pai
achega
32f59cf37e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      apps/beeswax/data/tables_transactional.json

+ 2 - 2
apps/beeswax/data/tables_transactional.json

@@ -1,14 +1,14 @@
 [
   {
     "data_file": "sample_07.csv",
-    "create_sql": "CREATE TABLE `sample_07` (\n  `code` string ,\n  `description` string ,\n  `total_emp` int ,\n  `salary` int )\nSTORED AS parquet\nTBLPROPERTIES ('transactional'='true', 'transactional_properties'='insert_only')\n",
+    "create_sql": "CREATE TABLE `sample_07` (\n  `code` string ,\n  `description` string ,\n  `total_emp` int ,\n  `salary` int )\nSTORED AS parquet\n",
     "table_name": "sample_07",
     "transactional": true,
     "dialects": ["hive", "impala"]
   },
   {
     "data_file": "sample_08.csv",
-    "create_sql": "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",
+    "create_sql": "CREATE TABLE `sample_08` (\n  `code` string ,\n  `description` string ,\n  `total_emp` int ,\n  `salary` int )\nSTORED AS parquet\n",
     "table_name": "sample_08",
     "transactional": true,
     "dialects": ["hive", "impala"]