[
https://issues.apache.org/jira/browse/DERBY-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manish Khettry updated DERBY-2442:
----------------------------------
Attachment: post681.refactor.txt
In SelectNode, the instance variables generatedForGoupByClause and
generatedForHavingClause are never set. I have removed these variables as well
as code that depends on them being true.
This is a small and self-contained patch. Hopefully someone can review this
sooner than later. After this, the instance variables
generatedForGroupByClause/HavingClause in FromSubquery.
> Remove code made redundant by DERBY-681
> ---------------------------------------
>
> Key: DERBY-2442
> URL: https://issues.apache.org/jira/browse/DERBY-2442
> Project: Derby
> Issue Type: Task
> Components: SQL
> Affects Versions: 10.3.0.0
> Reporter: Manish Khettry
> Assigned To: Manish Khettry
> Fix For: 10.3.0.0
>
> Attachments: post681.refactor.txt
>
>
> The instance variables, generatedForGroupByClause and
> generatedForHavingClause are not set anymore. Investigate code that
> references these variables to see if it still makes sense in the new
> dispensation.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.