Juhyun Seo created HIVE-26593: --------------------------------- Summary: Comments not available for Hive struct type. Key: HIVE-26593 URL: https://issues.apache.org/jira/browse/HIVE-26593 Project: Hive Issue Type: Bug Reporter: Juhyun Seo
A comment may be specified for the structure type for the [URL|https://cwiki.apache.org/confluence/display/hive/languagemanual+ddl#LanguageManualDDL-CreateTable] link. {code:java} CREATE EXTERNAL TABLE IF NOT EXISTS test_db.test_table ( `id` string comment 'id', `name` string comment 'name', `area` struct<`country`: string comment 'test country, `address`:string comment 'test address> comment 'test struct' );{code} The 'test country' and 'test address' comment of the area struct does not apply. The 'test structure' comment has been properly applied. What's the reason? -- This message was sent by Atlassian Jira (v8.20.10#820010)