[
https://issues.apache.org/jira/browse/HIVE-9321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Gates updated HIVE-9321:
-----------------------------
Attachment: HIVE-9321.patch
This patch moves MESSAGE field from VARCHAR to TEXT/CLOB.
> 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)