David Ribeiro Alves has submitted this change and it was merged.

Change subject: [c++ client] - Expose the schema being scanned in KuduScanBatch
......................................................................


[c++ client] - Expose the schema being scanned in KuduScanBatch

This exposes the schema being scanned in the KuduScanBatch and 
KuduScanBatch::RowPtr
allowing to pass pointer/references to these around when in use without an 
accompanying
schema, which was hard to infer in any case since the scanner projection is set 
with
just column names.

Note that this is just exposing the schema information that was already there, 
just
in KuduSchema form (vs. the internal Schema) which is more suited for user 
consumption.

Change-Id: I79dde3ece27c5122fba9c69c70ef9e25d641c1e1
Reviewed-on: http://gerrit.cloudera.org:8080/2020
Tested-by: Kudu Jenkins
Reviewed-by: Adar Dembo <[email protected]>
Reviewed-on: http://gerrit.cloudera.org:8080/2037
---
M src/kudu/client/client.cc
M src/kudu/client/scan_batch.cc
M src/kudu/client/scan_batch.h
M src/kudu/client/scanner-internal.cc
M src/kudu/client/scanner-internal.h
M src/kudu/client/schema.h
M src/kudu/tools/ts-cli.cc
7 files changed, 57 insertions(+), 8 deletions(-)

Approvals:
  Adar Dembo: Looks good to me, approved
  Kudu Jenkins: Verified



-- 
To view, visit http://gerrit.cloudera.org:8080/2037
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I79dde3ece27c5122fba9c69c70ef9e25d641c1e1
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: branch-0.7.0
Gerrit-Owner: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins

Reply via email to