Jun He has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/5588

Change subject: KUDU-734. Add test coverage for encodings and strings
......................................................................

KUDU-734. Add test coverage for encodings and strings

added a TestEncodings class to check various encodings for all column types
   * Encoding Types
   * |===
   * | Column Type             | Encoding
   * | int8, int16, int32      | plain, bitshuffle, run length
   * | int64, unixtime_micros  | plain, bitshuffle
   * | float, double           | plain, bitshuffle
   * | bool                    | plain, run length
   * | string, binary          | plain, prefix, dictionary
   * |===

added another TestStrings class to cover
1. test insert string columns in a few different orders other than left-to-right
2. test proper UTF8 strings outside of ASCII (using chinese characters)

Change-Id: Ia3fbeb0f889a4c454a48d11a6e42c7da0e58a329
---
A java/kudu-client/src/test/java/org/apache/kudu/client/TestEncodings.java
A java/kudu-client/src/test/java/org/apache/kudu/client/TestStrings.java
2 files changed, 319 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/88/5588/1
-- 
To view, visit http://gerrit.cloudera.org:8080/5588
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia3fbeb0f889a4c454a48d11a6e42c7da0e58a329
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jun He <[email protected]>

Reply via email to