[ 
https://issues.apache.org/jira/browse/DERBY-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680475#action_12680475
 ] 

Kristian Waagan commented on DERBY-4071:
----------------------------------------

Normally the developer resolves the issue when he/she, or the community, feels 
that the issue has been properly addressed.
Then the reporter should verify the fix and close the issue if the problem is 
no longer seen.
This isn't a strict process, but what happens most of the time.

As far as I understand, you have already verified that the patch fixes the 
problem you experienced, but I'm not sure if Dag is done working on this issue 
yet. The code hasn't been committed to neither the trunk nor the 10.4 branch.
My opinion is that it is a little early to declare victory, but your feedback 
on the patch is very welcome and may speed up the process :)

Thank you for taking the time to report bugs and testing out patches!

> AssertFailure when selecting rows from a table with CHARACTER and VARCHAR 
> columns
> ---------------------------------------------------------------------------------
>
>                 Key: DERBY-4071
>                 URL: https://issues.apache.org/jira/browse/DERBY-4071
>             Project: Derby
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 10.4.2.0
>            Reporter: Aaron Digulla
>            Assignee: Dag H. Wanvik
>         Attachments: derby-4071.diff, derby-4071.stat, DerbyTest.java, 
> trialPatch.diff
>
>
> When running a complex query on this table:
> [code]
> Create table DEMO.TEST (
>     CHR                            CHARACTER(26)                   ,
>     VCHR                           VARCHAR(25)                     )
> [code]
> then I get this exception:
> AssertFailure: ASSERT FAILED col1.getClass() (class ...SQLChar) expected to 
> be the same as col2.getClass() (class ....SQLVarchar)' was thrown while 
> evaluating an expression.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to