[TRAFODION-3007] update statistics report error on volatile table - remove 
useless comments


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/8913b31f
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/8913b31f
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/8913b31f

Branch: refs/heads/master
Commit: 8913b31fe771b3212da860d03e9c2a0d36bf87cc
Parents: b682d75
Author: Andy Yang <yongfeng.y...@esgyn.cn>
Authored: Fri Mar 23 09:50:13 2018 +0800
Committer: Andy Yang <yongfeng.y...@esgyn.cn>
Committed: Fri Mar 23 09:50:13 2018 +0800

----------------------------------------------------------------------
 core/sql/ustat/hs_parser.cpp | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/8913b31f/core/sql/ustat/hs_parser.cpp
----------------------------------------------------------------------
diff --git a/core/sql/ustat/hs_parser.cpp b/core/sql/ustat/hs_parser.cpp
index 2b0fff2..497419b 100644
--- a/core/sql/ustat/hs_parser.cpp
+++ b/core/sql/ustat/hs_parser.cpp
@@ -243,12 +243,6 @@ Lng32 AddTableName( const hs_table_type type
           }
         else 
           {
-            // The code below is old code that will be needed once we turn on
-            // support for UPDATE STATISTICS on volatile tables. We leave it 
here
-            // until the code changes described in JIRA Trafodion-2004 are 
complete.
-            // The code below is never reached because of the HSHandleError 
call
-            // above.
-
             // if schema name was specified, validate that it is the
             // current username.
             if (schema)

Reply via email to