diff --git a/hcatalog/src/test/e2e/templeton/tests/ddl.conf b/hcatalog/src/test/e2e/templeton/tests/ddl.conf index a51fe36..23d3074 100644 --- a/hcatalog/src/test/e2e/templeton/tests/ddl.conf +++ b/hcatalog/src/test/e2e/templeton/tests/ddl.conf @@ -283,8 +283,8 @@ $cfg = 'status_code' => 200, # 'json_field_substr_match' => {'table-name' => 'templeton_testtab1'}, 'json_field_match_object' => { 'columns' => '[ - { "name" : "i", "type" : "int", "comment" : "from deserializer" }, - { "name" : "j", "type" : "bigint", "comment" : "from deserializer" } + { "name" : "i", "type" : "int" }, + { "name" : "j", "type" : "bigint", "comment" : "some comment" } ]' }, }, { #drop table @@ -406,16 +406,16 @@ $cfg = {'columns' => '[ { "name" : "i", - "type" : "int", "comment" : "from deserializer" + "type" : "int" }, { "name" : "j", - "type" : "bigint", "comment" : "from deserializer" + "type" : "bigint" }, { "comment" : "IP Address of the User", "name" : "ip", - "type" : "string", "comment" : "from deserializer" + "type" : "string" } ]', "partitionColumns" => '[ @@ -487,8 +487,8 @@ $cfg = 'status_code' => 200, # 'json_field_substr_match' => {'table-name' => 'templeton_testtab1'}, 'json_field_match_object' => { 'columns' => '[ - { "name" : "i", "type" : "int", "comment" : "from deserializer" }, - { "name" : "j", "type" : "bigint", "comment" : "from deserializer" } + { "name" : "i", "type" : "int" }, + { "name" : "j", "type" : "bigint" } ]' }, }, @@ -625,16 +625,16 @@ $cfg = "columns" => '[ { "name" : "i", - "type" : "int", "comment" : "from deserializer" + "type" : "int" }, { "name" : "j", - "type" : "bigint", "comment" : "from deserializer" + "type" : "bigint" }, { "comment" : "IP Address of the User", "name" : "ip", - "type" : "string", "comment" : "from deserializer" + "type" : "string" } ]', @@ -678,16 +678,16 @@ $cfg = "columns" => '[ { "name" : "i", - "type" : "int", "comment" : "from deserializer" + "type" : "int" }, { "name" : "j", - "type" : "bigint", "comment" : "from deserializer" + "type" : "bigint" }, { "comment" : "IP Address of the User", "name" : "ip", - "type" : "string", "comment" : "from deserializer" + "type" : "string" } ]', @@ -781,8 +781,8 @@ $cfg = 'json_field_match_object' => { 'columns' => '[ - { "name" : "i", "type" : "int", "comment" : "from deserializer" }, - { "name" : "j", "type" : "bigint", "comment" : "from deserializer" } + { "name" : "i", "type" : "int", "comment": "column with comment" }, + { "name" : "j", "type" : "bigint" } ]' }, }, @@ -801,7 +801,7 @@ $cfg = }, 'json_field_match_object' => { - 'column' => '{ "name" : "i", "type" : "int", "comment" : "from deserializer" }' + 'column' => '{ "name" : "i", "type" : "int", "comment": "column with comment" }' }, },