You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ja...@apache.org on 2017/05/03 13:32:41 UTC

[2/2] incubator-carbondata git commit: [CARBONDATA-1005] Fixed dataloading less number of rows than actual rows when data size is multiples of page size. This closes #870

[CARBONDATA-1005] Fixed dataloading less number of rows than actual rows when data size is multiples of page size. This closes #870


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/8410081c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/8410081c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/8410081c

Branch: refs/heads/master
Commit: 8410081cd3af5e0bb530c6807b4abe969f4e9795
Parents: f2fdf29 1fa2df9
Author: jackylk <ja...@huawei.com>
Authored: Wed May 3 21:31:50 2017 +0800
Committer: jackylk <ja...@huawei.com>
Committed: Wed May 3 21:31:50 2017 +0800

----------------------------------------------------------------------
 .../testsuite/dataload/TestLoadDataFrame.scala    | 16 ++++++++++++----
 .../newflow/converter/impl/RowConverterImpl.java  |  5 ++++-
 .../steps/DataConverterProcessorStepImpl.java     |  1 +
 .../store/CarbonFactDataHandlerColumnar.java      | 13 +++++++------
 .../writer/v1/CarbonFactDataWriterImplV1.java     |  3 +++
 .../writer/v2/CarbonFactDataWriterImplV2.java     |  3 +++
 .../writer/v3/CarbonFactDataWriterImplV3.java     | 18 ++++++++----------
 .../store/writer/v3/DataWriterHolder.java         |  8 ++++++++
 8 files changed, 46 insertions(+), 21 deletions(-)
----------------------------------------------------------------------