[ https://issues.apache.org/jira/browse/HIVE-9321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sushanth Sowmyan updated HIVE-9321: ----------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) Committed. Thanks, Alan! > Notification message size can be arbitrarily long, DbNotificationListener > limits to 1024 > ---------------------------------------------------------------------------------------- > > Key: HIVE-9321 > URL: https://issues.apache.org/jira/browse/HIVE-9321 > Project: Hive > Issue Type: Bug > Affects Versions: 0.15.0 > Reporter: Sushanth Sowmyan > Assignee: Alan Gates > Fix For: 0.15.0 > > Attachments: HIVE-9321.patch > > > As part of HIVE-9174, a new notification listener, DbNotificationListener was > introduced that stores notification messages in the metastore. > Now, the "message" field of a Notification event can be arbitrarily long, > since it is a JSON-serialized message of what event actually occurred, and an > AddPartitionMessage which captured the result of an add_partitions can be > arbitrarily long (as long as the number of partitions that were added). > However, the "message" field for the storage in db is limited to > VARCHAR(1024), which it will easily break. We need to fix this somehow. -- This message was sent by Atlassian JIRA (v6.3.4#6332)