You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by 1ambda <gi...@git.apache.org> on 2017/06/15 05:53:14 UTC

[GitHub] zeppelin pull request #2411: [ZEPPELIN-2650] fix: DON'T use uppercase for th...

GitHub user 1ambda opened a pull request:

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

    [ZEPPELIN-2650] fix: DON'T use uppercase for the first letter of each column name

    ### What is this PR for?
    
    Fixed not to use uppercase for the first letter of each column name
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    
    DONE
    
    ### What is the Jira issue?
    
    [ZEPPELIN-2650](https://issues.apache.org/jira/browse/ZEPPELIN-2650)
    
    ### How should this be tested?
    
    1. Create a table result
    2. Check the column names
    
    ### Screenshots (if appropriate)
    
    #### Before
    
    ![image](https://user-images.githubusercontent.com/4968473/27167154-51c6fdf2-51da-11e7-990c-ee8c3b8db10b.png)
    
    #### After
    
    ![image](https://user-images.githubusercontent.com/4968473/27167147-44962cd4-51da-11e7-8339-8c14eee305ef.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-2650/do-not-apply-uppercase-for-column-name

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

    https://github.com/apache/zeppelin/pull/2411.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 #2411
    
----
commit b5afb5ae3922c65d7287c92a63fdc74c10eb8ca4
Author: 1ambda <1a...@gmail.com>
Date:   2017-06-15T05:47:26Z

    fix: Set displayName to colDef to use original col 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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #2411: [ZEPPELIN-2650] fix: DON'T set uppercase automa...

Posted by 1ambda <gi...@git.apache.org>.
GitHub user 1ambda reopened a pull request:

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

    [ZEPPELIN-2650] fix: DON'T set uppercase automatically for column names in table

    ### What is this PR for?
    
    fix: DON'T set uppercase automatically for column names in a table
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    
    DONE
    
    ### What is the Jira issue?
    
    [ZEPPELIN-2650](https://issues.apache.org/jira/browse/ZEPPELIN-2650)
    
    ### How should this be tested?
    
    1. Create a table result
    2. Check the column names
    
    ### Screenshots (if appropriate)
    
    #### Before
    
    ![image](https://user-images.githubusercontent.com/4968473/27167154-51c6fdf2-51da-11e7-990c-ee8c3b8db10b.png)
    
    #### After
    
    ![image](https://user-images.githubusercontent.com/4968473/27167147-44962cd4-51da-11e7-8339-8c14eee305ef.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-2650/do-not-apply-uppercase-for-column-name

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

    https://github.com/apache/zeppelin/pull/2411.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 #2411
    
----
commit b5afb5ae3922c65d7287c92a63fdc74c10eb8ca4
Author: 1ambda <1a...@gmail.com>
Date:   2017-06-15T05:47:26Z

    fix: Set displayName to colDef to use original col name

commit fd1efd3413ca5b4a5cd90913e1effd5748977efb
Author: 1ambda <1a...@gmail.com>
Date:   2017-06-16T03:57:07Z

    fix: SparkIT

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #2411: [ZEPPELIN-2650] fix: DON'T use uppercase for th...

Posted by 1ambda <gi...@git.apache.org>.
Github user 1ambda closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #2411: [ZEPPELIN-2650] fix: DON'T set uppercase automa...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #2411: [ZEPPELIN-2650] fix: DON'T set uppercase automa...

Posted by 1ambda <gi...@git.apache.org>.
GitHub user 1ambda reopened a pull request:

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

    [ZEPPELIN-2650] fix: DON'T set uppercase automatically for column names in table

    ### What is this PR for?
    
    fix: DON'T set uppercase automatically for column names in a table
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    
    DONE
    
    ### What is the Jira issue?
    
    [ZEPPELIN-2650](https://issues.apache.org/jira/browse/ZEPPELIN-2650)
    
    ### How should this be tested?
    
    1. Create a table result
    2. Check the column names
    
    ### Screenshots (if appropriate)
    
    #### Before
    
    ![image](https://user-images.githubusercontent.com/4968473/27167154-51c6fdf2-51da-11e7-990c-ee8c3b8db10b.png)
    
    #### After
    
    ![image](https://user-images.githubusercontent.com/4968473/27167147-44962cd4-51da-11e7-8339-8c14eee305ef.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-2650/do-not-apply-uppercase-for-column-name

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

    https://github.com/apache/zeppelin/pull/2411.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 #2411
    
----
commit b5afb5ae3922c65d7287c92a63fdc74c10eb8ca4
Author: 1ambda <1a...@gmail.com>
Date:   2017-06-15T05:47:26Z

    fix: Set displayName to colDef to use original col name

commit fd1efd3413ca5b4a5cd90913e1effd5748977efb
Author: 1ambda <1a...@gmail.com>
Date:   2017-06-16T03:57:07Z

    fix: SparkIT

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #2411: [ZEPPELIN-2650] fix: DON'T set uppercase automa...

Posted by 1ambda <gi...@git.apache.org>.
Github user 1ambda closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #2411: [ZEPPELIN-2650] fix: DON'T set uppercase automa...

Posted by 1ambda <gi...@git.apache.org>.
Github user 1ambda closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #2411: [ZEPPELIN-2650] fix: DON'T use uppercase for th...

Posted by 1ambda <gi...@git.apache.org>.
GitHub user 1ambda reopened a pull request:

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

    [ZEPPELIN-2650] fix: DON'T use uppercase for the first letter of each column name

    ### What is this PR for?
    
    Fixed not to use uppercase for the first letter of each column name
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    
    DONE
    
    ### What is the Jira issue?
    
    [ZEPPELIN-2650](https://issues.apache.org/jira/browse/ZEPPELIN-2650)
    
    ### How should this be tested?
    
    1. Create a table result
    2. Check the column names
    
    ### Screenshots (if appropriate)
    
    #### Before
    
    ![image](https://user-images.githubusercontent.com/4968473/27167154-51c6fdf2-51da-11e7-990c-ee8c3b8db10b.png)
    
    #### After
    
    ![image](https://user-images.githubusercontent.com/4968473/27167147-44962cd4-51da-11e7-8339-8c14eee305ef.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-2650/do-not-apply-uppercase-for-column-name

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

    https://github.com/apache/zeppelin/pull/2411.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 #2411
    
----
commit b5afb5ae3922c65d7287c92a63fdc74c10eb8ca4
Author: 1ambda <1a...@gmail.com>
Date:   2017-06-15T05:47:26Z

    fix: Set displayName to colDef to use original col name

commit fd1efd3413ca5b4a5cd90913e1effd5748977efb
Author: 1ambda <1a...@gmail.com>
Date:   2017-06-16T03:57:07Z

    fix: SparkIT

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---