GitHub user sehriff reopened a pull request:
https://github.com/apache/carbondata/pull/1503
[CARBONDATA-1730] Support skip.header.line.count option for Hive Table in
Carbon
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
Please provide details on
- Whether new unit test cases have been added or why no new tests
are required?
- How it is tested? Please attach test report.
- Is it a performance related change? Please attach the performance
test report.
- Any additional information to help reviewers in testing this
change.
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sehriff/carbondata branch-1.1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1503.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 #1503
----
commit fcf4b6fad6faeebe096d468d741d670001e59df8
Author: sehriff <[email protected]>
Date: 2017-11-16T07:58:58Z
Create TableHeadCountReader
commit 94e1aed981290c4804dccacda4e9ef3c7b82bb55
Author: sehriff <[email protected]>
Date: 2017-11-16T08:05:56Z
Update and rename TableHeadCountReader to TableHeaderCountReader
commit f1e94d2ef08711720a45167f68d41a10ae64e9ed
Author: sehriff <[email protected]>
Date: 2017-11-16T08:22:49Z
Create HiveTableHeaderCountScanExec.scala
commit 5c844ca44489ed11823aeb0ea3fb996479dbd024
Author: sehriff <[email protected]>
Date: 2017-11-16T08:23:33Z
Rename TableHeaderCountReader to TableHeaderCountReader.scala
commit 29f736ee3a9bee34886beb4f2c6bdf970ac99fca
Author: sehriff <[email protected]>
Date: 2017-11-16T08:24:02Z
Create HiveStrategies.scala
commit 884f474b460e014013f2e845b359f8a2f5ad0c96
Author: sehriff <[email protected]>
Date: 2017-11-16T08:25:20Z
Create CarbonHiveSessionState.scala
commit 8900d9c8981d0372f4c020cc66f775467793670a
Author: sehriff <[email protected]>
Date: 2017-11-16T08:26:18Z
Update CarbonSessionState.scala
commit 43176e9ef6ead45ea91fac8ca1966123da299018
Author: sehriff <[email protected]>
Date: 2017-11-20T08:38:36Z
Update CarbonHiveSessionState.scala
----
---