GitHub user jackylk opened a pull request:

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

    [WIP] Add no sort support in dataframe writer

    User can specify Not to sort during loading, by adding an option in 
dataframe.write
    For example:
    ```
          input.write
              .format("carbondata")
              .option("tableName", carbonTableName(version))
              .option("sort_columns", "")
              .mode(SaveMode.Overwrite)
              .save()
    ```

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

    $ git pull https://github.com/jackylk/incubator-carbondata writer

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

    https://github.com/apache/incubator-carbondata/pull/737.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 #737
    
----
commit a5da97e6ba5256fb24c20d13128481579b274f2d
Author: jackylk <jacky.li...@huawei.com>
Date:   2017-04-05T14:48:55Z

    add no sort support in dataframe writer

----


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