Github user zellerh commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/940#discussion_r98790584
  
    --- Diff: core/sql/regress/compGeneral/TEST042 ---
    @@ -229,6 +229,10 @@ values (600,52,43,4.12345678,6.0932);
     --
     insert into p9tab (c5) values (0E0);
     
    +-- caching behavior changes with or without authorization initialized,
    +-- make sure authorization is initialized when we run this test
    +initialize authorization;
    --- End diff --
    
    Thanks. From what I saw in my tests, initialize authorization does not 
return an error, but it may print out some diagnostics when it actually creates 
or upgrades some tables. That's ok, because this command is not being logged.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to