From 76905f1c37b91c61fe38c5ed47d8a0536d25eb36 Mon Sep 17 00:00:00 2001 From: Dain Sundstrom Date: Tue, 6 Jun 2017 18:24:22 -0700 Subject: [PATCH] Document writer version switch to UTF-8 stats Note that ORC writer version 1 switched from UTF-16be string stats to UTF-8 stats. --- proto/orc_proto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/orc_proto.proto b/proto/orc_proto.proto index ee2ca45e27..3b57ae117a 100644 --- a/proto/orc_proto.proto +++ b/proto/orc_proto.proto @@ -223,7 +223,7 @@ message PostScript { optional uint64 metadataLength = 5; // Version of the writer: // 0 (or missing) = original - // 1 = HIVE-8732 fixed + // 1 = HIVE-8732 fixed (String stats switched to UTF-8) // 2 = HIVE-4243 fixed // 3 = HIVE-12055 fixed // 4 = HIVE-13083 fixed