Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/tajo into index_support
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/b7f96fc3 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/b7f96fc3 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/b7f96fc3 Branch: refs/heads/index_support Commit: b7f96fc3c11a8f2b465218ffc6e9214ad25b132a Parents: fa8f037 fbf7166 Author: Jihoon Son <[email protected]> Authored: Wed Aug 13 09:46:38 2014 +0900 Committer: Jihoon Son <[email protected]> Committed: Wed Aug 13 09:46:38 2014 +0900 ---------------------------------------------------------------------- CHANGES | 5 + .../tajo/catalog/store/HCatalogStore.java | 11 ++- .../catalog/store/HCatalogStoreClientPool.java | 20 +++- .../apache/tajo/catalog/store/HCatalogUtil.java | 6 ++ .../java/org/apache/tajo/util/StringUtils.java | 96 ++++++++++++++++++++ .../HashBasedColPartitionStoreExec.java | 3 +- .../SortBasedColPartitionStoreExec.java | 7 +- .../org/apache/tajo/engine/utils/TupleUtil.java | 3 +- .../tajo/engine/query/TestTablePartitions.java | 43 +++++++++ .../TestTablePartitions/lineitemspecial.tbl | 5 + .../TestTablePartitions/lineitemspecial_ddl.sql | 3 + .../TestSpecialCharPartitionKeys1.result | 4 + .../TestSpecialCharPartitionKeys2.result | 3 + 13 files changed, 195 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/b7f96fc3/CHANGES ----------------------------------------------------------------------
