[
https://issues.apache.org/jira/browse/SOLR-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13239346#comment-13239346
]
Robert Muir commented on SOLR-3281:
-----------------------------------
This is this assert:
{code}
// test SOLR-2970 not returning non-stored fields by default
assertEquals("id,foo_b,foo_d,foo_s,foo_f,foo_i,foo_dt,foo_l,v_ss,v2_ss\n"
, h.query(req("q","id:3", "wt","csv", "csv.header","true", "fl","*",
"rows","0")));
{code}
I think because it uses fl=* that this is a bug assuming some order when its not
necessarily defined?
> TestCSVResponseWriter fails on IBM JRE
> --------------------------------------
>
> Key: SOLR-3281
> URL: https://issues.apache.org/jira/browse/SOLR-3281
> Project: Solr
> Issue Type: Bug
> Affects Versions: 4.0
> Reporter: Robert Muir
> Fix For: 4.0
>
>
> Looks like something is depending on HashSet order or something silly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]