You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by egorklimov <gi...@git.apache.org> on 2018/12/06 10:28:16 UTC

[GitHub] zeppelin pull request #3254: [ZEPPELIN-3575] Add 'Copy Column Name' to table...

GitHub user egorklimov opened a pull request:

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

    [ZEPPELIN-3575] Add 'Copy Column Name' to table visualisation-table 

    ### What is this PR for?
    Add button to drop-down list in visualization table to copy column name.
    I know that column name could be obtained in a different way, for example, by auto-complete.
    Nevertheless I think this feature is comfortable.
    
    ### What type of PR is it?
    Feature
    
    ### What is the Jira issue?
    [ZEPPELIN-3575](https://issues.apache.org/jira/browse/ZEPPELIN-3575)
    
    ### How should this be tested?
    * Manually
    
    ### Screenshots (if appropriate)
    ![zp-20](https://user-images.githubusercontent.com/6136993/48303733-168ebc00-e51f-11e8-8317-008d59a6b55e.gif)
    
    ### 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/TinkoffCreditSystems/zeppelin ZEPPELIN-3575-apache

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

    https://github.com/apache/zeppelin/pull/3254.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 #3254
    
----
commit 86297d94e328702a90656c30230f15d137a0249f
Author: Maxim Belousov <me...@...>
Date:   2018-07-18T13:10:51Z

    ZEPPELIN-3575 - Add 'Copy Column Name' button in visualization table

----


---

[GitHub] zeppelin issue #3254: [ZEPPELIN-3575] Add 'Copy Column Name' to table visual...

Posted by egorklimov <gi...@git.apache.org>.
Github user egorklimov commented on the issue:

    https://github.com/apache/zeppelin/pull/3254
  
    @fred521 Could you please describe issues that you have faced?


---

[GitHub] zeppelin issue #3254: [ZEPPELIN-3575] Add 'Copy Column Name' to table visual...

Posted by fred521 <gi...@git.apache.org>.
Github user fred521 commented on the issue:

    https://github.com/apache/zeppelin/pull/3254
  
    UI-Grid actually creates a lot of performance issue, why not deprecate it but still introducing new feature?
    
    In my service, I completely wiped out UI-Grid 


---

[GitHub] zeppelin issue #3254: [ZEPPELIN-3575] Add 'Copy Column Name' to table visual...

Posted by liuxunorg <gi...@git.apache.org>.
Github user liuxunorg commented on the issue:

    https://github.com/apache/zeppelin/pull/3254
  
    > UI-Grid actually creates a lot of performance issue, why not deprecate it but still introducing new feature?
    > 
    > In my service, I completely wiped out UI-Grid
    
    What are the performance issues with UI-Grid? We should improve him, not give up on him.


---

[GitHub] zeppelin issue #3254: [ZEPPELIN-3575] Add 'Copy Column Name' to table visual...

Posted by felixcheung <gi...@git.apache.org>.
Github user felixcheung commented on the issue:

    https://github.com/apache/zeppelin/pull/3254
  
    any comment on this?


---