GitHub user 1ambda opened a pull request:

    https://github.com/apache/zeppelin/pull/2444

    [ZEPPELIN-2691] fix: should display setting for table

    ### What is this PR for?
    
    The table has few settings, but currently, the menu is not displayed. 
    
    I attached screenshots for comparison.
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    
    DONE
    
    ### What is the Jira issue?
    
    [ZEPPELIN-2691](https://issues.apache.org/jira/browse/ZEPPELIN-2691)
    
    ### How should this be tested?
    
    Create a table result and check whether `setting` menu is displayed or not.
    
    ```scala
    print("%table a\tb\n1\t2")
    ```
    
    ### Screenshots (if appropriate)
    
    #### Before
    
    
![image](https://user-images.githubusercontent.com/4968473/27583766-74e42c70-5b70-11e7-9cb7-537f40f1b699.png)
    
    #### After
    
    
![image](https://user-images.githubusercontent.com/4968473/27583753-6accc828-5b70-11e7-85f2-c71e53bbda80.png)
    
    
    ### 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/1ambda/zeppelin 
ZEPPELIN-2961/should-show-setting-for-table

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

    https://github.com/apache/zeppelin/pull/2444.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 #2444
    
----
commit 14c017fee70dcddc0eb5c5a4215a14a00c4988c4
Author: 1ambda <1am...@gmail.com>
Date:   2017-06-27T10:36:50Z

    fix: Display setting for table

----


---
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