[
https://issues.apache.org/jira/browse/DERBY-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kristian Waagan updated DERBY-2442:
-----------------------------------
Derby Info: (was: [Patch Available])
The patch doesn't compile:
[javac]
java/engine/org/apache/derby/impl/sql/compile/SubqueryNode.java:701: cannot
find symbol
[javac] symbol : method getGeneratedForGroupbyClause()
[javac] location: class org.apache.derby.impl.sql.compile.SelectNode
[javac] (!
select.getGeneratedForGroupbyClause()))
[javac] ^
[javac] 1 error
Please update the patch, and I'll get back to it. Reset patch available flag.
> 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.