This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 807c3e50e44ee9b2ed70e5fb4ef3bee0f323bfc4 Author: triplesheep <[email protected]> AuthorDate: Wed Feb 5 21:35:08 2020 +0800 [wire_protocol] Trivial comment typo fix. Change-Id: I6ff4f14dc4793be8d3ab40c3c643b37e16af63f2 Reviewed-on: http://gerrit.cloudera.org:8080/15164 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- src/kudu/common/wire_protocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kudu/common/wire_protocol.h b/src/kudu/common/wire_protocol.h index 679dc90..6a88b3d 100644 --- a/src/kudu/common/wire_protocol.h +++ b/src/kudu/common/wire_protocol.h @@ -165,8 +165,8 @@ Status ExtraConfigPBToPBMap(const TableExtraConfigPB& pb, // The original data may be destroyed safely after this returns. // // This only converts those rows whose selection vector entry is true. -// If 'client_projection_schema' is not NULL, then only columns specified in -// 'client_projection_schema' will be projected to 'data_buf'. +// If 'projection_schema' is not NULL, then only columns specified in +// 'projection_schema' will be projected to 'data_buf'. // // If 'pad_unixtime_micros_to_16_bytes' is true, UNIXTIME_MICROS slots in the projection // schema will be padded to the right by 8 (zero'd) bytes for a total of 16 bytes.
