GitHub user PKOfficial opened a pull request:

    https://github.com/apache/incubator-carbondata/pull/279

    [CARBONDATA-328] [Spark] Improve Code and Fix Warnings [Squashed]

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[CARBONDATA-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.txt).
     - [ ] Testing done
    - [ ] For large changes, please consider breaking it into sub-tasks under 
an umbrella JIRA. 
     
    **Please provide details on**
    - **Whether new unit test cases have been added or why no new tests are 
required?**
    Not required because no change in functionality.
    - **What manual testing you have done?**
    Run basic Commands in Beeline.
    - **Any additional information to help reviewers in testing this change.**
    No
                     
    ---
    Improved spark module code.
        * Removed some compliation warnings.
        * Replace pattern matching for boolean to IF-ELSE.
        * Improved code according to scala standards.
        * Removed unnecessary new lines.
        * Added string interpolation instead of string concatenation.
        * Removed unnecessary semi-colons.
        * Fixed indentation.
        * add useKettle option for loading
        * Fixed indentation.


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

    $ git pull https://github.com/PKOfficial/incubator-carbondata improved-code

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

    https://github.com/apache/incubator-carbondata/pull/279.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 #279
    
----
commit 044260fc7265251be097d6544dade1bc4db1e3a0
Author: X-Lion <xlion....@gmail.com>
Date:   2016-09-29T14:33:18Z

    Lionx0929
    
    mend

commit 2fd3cd566eec870d7e2601b3bdc66496fa509377
Author: ravipesala <ravi.pes...@gmail.com>
Date:   2016-10-20T02:41:46Z

    Added Writer processor step for dataloading.
    
    Rebased Fixed comments.
    
    Added factory for fact data handler
    
    Fixed review comments.
    
    Fixed compilation issue after rebase

commit a982583720c83bbf558f6fc1404078b5bbffaa15
Author: hexiaoqiao <hexiaoq...@meituan.com>
Date:   2016-10-28T14:44:57Z

    CARBONDATA-343 delete some duplicated definition code
    
    CARBONDATA-343 delete some duplicated definition code

commit 1be29a884a5ab00b970fea7c3901f8acf0a13465
Author: Prabhat Kashyap <prabhat.kash...@knoldus.in>
Date:   2016-10-19T16:54:47Z

    Improved spark module code.
    * Removed some compliation warnings.
    * Replace pattern matching for boolean to IF-ELSE.
    * Improved code according to scala standards.
    * Removed unnecessary new lines.
    * Added string interpolation instead of string concatenation.
    * Removed unnecessary semi-colons.
    * Fixed indentation.
    * add useKettle option for loading
    * Fixed indentation.

----


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