You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by gv...@apache.org on 2017/06/15 14:04:39 UTC

[2/2] carbondata git commit: [CARBONDATA-1166] fix timestamp format issue for range partitioned table. This closes #1043

[CARBONDATA-1166] fix timestamp format issue for range partitioned table. This closes #1043


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

Branch: refs/heads/master
Commit: c7cd0bca8ec4c16d0e4c69796302bdc1d854125e
Parents: 48cd1f6 71934e9
Author: Venkata Ramana G <ra...@huawei.com>
Authored: Thu Jun 15 19:34:18 2017 +0530
Committer: Venkata Ramana G <ra...@huawei.com>
Committed: Thu Jun 15 19:34:18 2017 +0530

----------------------------------------------------------------------
 .../filter/partition/PartitionFilterUtil.java   | 21 +++++++++-----
 .../scan/filter/partition/RangeFilterImpl.java  | 17 +++++++++--
 .../core/scan/partition/ListPartitioner.java    | 14 ++++++++-
 .../core/scan/partition/PartitionUtil.java      | 30 +++-----------------
 .../core/scan/partition/RangePartitioner.java   | 15 +++++++++-
 .../TestAllDataTypeForPartitionTable.scala      |  8 ++----
 .../partition/TestDDLForPartitionTable.scala    |  7 +++++
 .../TestDataLoadingForPartitionTable.scala      | 14 ++-------
 .../partition/TestQueryForPartitionTable.scala  |  3 ++
 .../spark/rdd/CarbonDataRDDFactory.scala        | 26 +++++++++++++----
 .../spark/rdd/CarbonDataRDDFactory.scala        | 26 +++++++++++++----
 11 files changed, 116 insertions(+), 65 deletions(-)
----------------------------------------------------------------------