Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP][SPARK-2883][SQL]initial support ORC in spark sql #2576

Closed
wants to merge 45 commits into from

Commits on Sep 29, 2014

  1. initial support orc in spark sql

    scwf committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    fb14a06 View commit details
    Browse the repository at this point in the history
  2. add unit tests

    scwf committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    ec3cdaf View commit details
    Browse the repository at this point in the history
  3. add orc to example of spark sql

    scwf committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    7126290 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2014

  1. Configuration menu
    Copy the full SHA
    655b23f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1505af4 View commit details
    Browse the repository at this point in the history
  3. fix scala style

    scwf committed Oct 4, 2014
    Configuration menu
    Copy the full SHA
    1db30b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2014

  1. address comments_1

    scwf committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    9529d68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25416c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2014

  1. log.info -> logInfo

    scwf committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    89421ef View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2014

  1. address comments

    scwf committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    40f9d68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2b5455 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2014

  1. reuse TableReader

    scwf committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    349bb92 View commit details
    Browse the repository at this point in the history
  2. fix InsertIntoOrcTable

    scwf committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    65483e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2014

  1. address comments

    scwf committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    629f95e View commit details
    Browse the repository at this point in the history
  2. added test for read orc schema

    scwf committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    d1bba23 View commit details
    Browse the repository at this point in the history
  3. add test files

    scwf committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    b46ecb1 View commit details
    Browse the repository at this point in the history
  4. scala style fixed

    scwf committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    f68bea0 View commit details
    Browse the repository at this point in the history
  5. revert no related changes

    scwf committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    b06e335 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'test' into orc

    scwf committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    7bdc503 View commit details
    Browse the repository at this point in the history
  7. more tests

    scwf committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    4d0950b View commit details
    Browse the repository at this point in the history
  8. tests suite fix

    scwf committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    37a2192 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2014

  1. minor fix

    scwf committed Oct 19, 2014
    Configuration menu
    Copy the full SHA
    4e1c839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8495d5 View commit details
    Browse the repository at this point in the history
  3. no use method

    scwf committed Oct 19, 2014
    Configuration menu
    Copy the full SHA
    f680da0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2014

  1. Configuration menu
    Copy the full SHA
    269b15f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2014

  1. Merge pull request #4 from zhzhan/orc1

    make wrap consistent with InsertIntoHiveTable.wrapperFor
    scwf committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    d06fe5b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2014

  1. First draft.

    marmbrus committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    9bd3c85 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2014

  1. https -> http in pom

    scwf committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    5f5fda8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'mvn' into parquet

    scwf committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    2421f24 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. Configuration menu
    Copy the full SHA
    5d7f863 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94e0d40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd78aa7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2014

  1. Configuration menu
    Copy the full SHA
    244ab59 View commit details
    Browse the repository at this point in the history
  2. wf comment

    scwf committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    a37f6a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d6856e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8e6f84 View commit details
    Browse the repository at this point in the history
  5. draft for datasource api

    scwf committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    e521e6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ba04ac View commit details
    Browse the repository at this point in the history
  7. test case

    scwf committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    c90ed2f View commit details
    Browse the repository at this point in the history
  8. fix test

    scwf committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    b6ae12b View commit details
    Browse the repository at this point in the history
  9. no used bin file

    scwf committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    3ca68eb View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2014

  1. update with apache master

    scwf committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    abf1b78 View commit details
    Browse the repository at this point in the history
  2. Revert "https -> http in pom"

    This reverts commit 5f5fda8.
    scwf committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    1e0c1d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2014

  1. ppd support

    zhzhan committed Dec 1, 2014
    Configuration menu
    Copy the full SHA
    c5236ef View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2014

  1. Merge pull request #13 from zhzhan/orc1

    predictor pushdown support
    scwf committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    601d242 View commit details
    Browse the repository at this point in the history