[ 
https://issues.apache.org/jira/browse/SOLR-8002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15095536#comment-15095536
 ] 

Kevin Risden commented on SOLR-8002:
------------------------------------

{quote}
Just mulling over the linkedHashMap, not sure how well that will serialize in 
JSON.
{quote}

It seems to serialize just fine from the tests I was running with the patch on 
SOLR-8512. It serializes just like a regular Map and when it gets deserialized 
by the JSONTupleStream it comes out as a LinkedHashMap and gets cast as a 
regular Map. This would be the expected behavior from what I can tell.

> Add column alias support to the Parallel SQL Interface 
> -------------------------------------------------------
>
>                 Key: SOLR-8002
>                 URL: https://issues.apache.org/jira/browse/SOLR-8002
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>    Affects Versions: Trunk
>            Reporter: Susheel Kumar
>            Assignee: Joel Bernstein
>             Fix For: 6.0
>
>         Attachments: SOLR-8002.patch, SOLR-8002.patch
>
>
> Currently field aliases are not supported for SQL queries against SQL 
> Handler. E.g. below SQL query
>  select id,name as product_name from techproducts limit 20
> currently fails as data returned contains still "name" as the field/column 
> key than product_name



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to