You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2017/12/18 23:53:00 UTC

[jira] [Created] (HIVE-18299) DbNotificationListener fail on mysql with "select for update"

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)