GitHub user vgmartinez opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/667

    Zeppelin-628 ] Fix parse propertyKey in interpreter name

    ### What is this PR for?
    Fix bug
    https://issues.apache.org/jira/browse/ZEPPELIN-628
    
    ### Todos
    
    ### How should this be tested?
    execute the query:
    ```
    %jdbc
    select max(ss_promo_sk), ss_customer_sk from 
qhive.tpcds_orc_500.store_sales where ss_sold_date_sk >= 2452640 and 
ss_customer_sk > 3 and ss_customer_sk < 20 group by ss_customer_sk
    ```
    It is ok if the **propertyKey** is default:
    ```
    PropertyKey: default, SQL command: 'select max(ss_promo_sk), ss_customer_sk 
from qhive.tpcds_orc_500.store_sales where ss_sold_date_sk >= 2452640 and 
ss_customer_sk > 3 and ss_customer_sk < 20 group by ss_customer_sk'
    ```
    ### Questions:
    
    Does the licenses files need update? no
    Is there breaking changes for older versions? no
    Does this needs documentation? no

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vgmartinez/incubator-zeppelin bug_628

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-zeppelin/pull/667.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #667
    
----
commit 0a0ad72b777dbfb79c8d00df5f017fe7dbc8ce5c
Author: vgmartinez <viktor.manuel.gar...@gmail.com>
Date:   2016-01-22T16:40:05Z

    fix parse property in interprete name

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to