Daniel Dai created HIVE-18299: --------------------------------- Summary: DbNotificationListener fail on mysql with "select for update" Key: HIVE-18299 URL: https://issues.apache.org/jira/browse/HIVE-18299 Project: Hive Issue Type: Bug Components: Metastore Reporter: Daniel Dai Assignee: Daniel Dai
This is a continuation of HIVE-17830, which haven't solved the issue. We need to run "SET \@\@session.sql_mode=ANSI_QUOTES" statement before we run select \"NEXT_EVENT_ID\" from \"NOTIFICATION_SEQUENCE\"". We shall keep table name quoted to be in consistent with rest of ObjectStore code. This approach is the same as what MetaStoreDirectSql take (set session variable before every query). -- This message was sent by Atlassian JIRA (v6.4.14#64029)