[ 
https://issues.apache.org/jira/browse/TRAFODION-3328?focusedWorklogId=322147&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-322147
 ]

ASF GitHub Bot logged work on TRAFODION-3328:
---------------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Oct/19 18:50
            Start Date: 02/Oct/19 18:50
    Worklog Time Spent: 10m 
      Work Description: DaveBirdsall commented on pull request #1858: 
[TRAFODION-3328] Code cleanup in NADefaults
URL: https://github.com/apache/trafodion/pull/1858#discussion_r330710014
 
 

 ##########
 File path: core/sql/generator/GenRelUpdate.cpp
 ##########
 @@ -779,6 +779,7 @@ short HbaseDelete::codeGen(Generator * generator)
 
   NABoolean isAlignedFormat = 
getTableDesc()->getNATable()->isAlignedFormat(getIndexDesc());
   NABoolean isHbaseMapFormat = getTableDesc()->getNATable()->isHbaseMapTable();
+  NABoolean isTrafMDTable = getTableDesc()->getNATable()->isSeabaseMDTable();
 
 Review comment:
   Not sure why this change is here. We don't seem to use isTrafMDTable 
anywhere?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 322147)
    Time Spent: 1h 10m  (was: 1h)

> Code cleanup in NADefaults
> --------------------------
>
>                 Key: TRAFODION-3328
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-3328
>             Project: Apache Trafodion
>          Issue Type: Improvement
>          Components: sql-cmp
>            Reporter: Selvaganesan Govindarajan
>            Assignee: Selvaganesan Govindarajan
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> With embedded compiler, there is a need to have many cmpContexts to compile 
> the query because the compile code is not re-entrant. 
> With many cmpContext, there is a need to ensure the elements of cmpContext 
> are managed in an optimal way. This Jira is  created to track  all the 
> improvements that can be done in this area. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to