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

Joel Bernstein edited comment on SOLR-8002 at 9/9/15 3:16 PM:
--------------------------------------------------------------

[~susheel2...@gmail.com], this ticket is actually pretty tricky to get started 
with, especially because SOLR-7903 is very close to being committed. Once 
SOLR-7903 is committed it will also need field alias support.

My gut feeling is that it would be more effective to work on SOLR-7986. The 
other nice thing about working on the JDBC driver is that it will provide 
another set of overlapping tests of the SQLHandler going into the Solr 6 
release.


was (Author: joel.bernstein):
[~susheel2...@gmail.com], this ticket is actually pretty tricky to get started 
with, especially because SOLR-7903 is very close to being committed. Once 
SOLR-7903 is committed it will also need field alias support.

My gut feeling is that it would be more effective to work on SOLR-7986. The 
other nice things about working on the JDBC driver is that it will provide 
another set of overlapping tests of the SQLHandler going into the Solr 6 
release.

> Field aliases support for SQL queries
> -------------------------------------
>
>                 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
>
> 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